Html Css Color HEX #50D0FA Turquoise Blue

📋 copy color: '#50D0FA'

red 80 ◦ green 208 ◦ blue 250

#50D0FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #50D0FA

Tints of Turquoise Blue #50D0FA

RGB

 RED value IS 80 (31.64% from 255) = 14.87%

 GREEN value IS 208 (81.64% from 255) = 38.66%

 BLUE value IS 250 (98.05% from 255) = 46.47%

R = 14.87%
G = 38.66%
B = 46.47%

CMYK

 C value IS 0.68

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#50D0FA (or 0x50D0FA) is known color: Turquoise Blue. HEX triplet: 50, D0 and FA. RGB value is (80,208,250). Sum of RGB (Red+Green+Blue) = 80+208+250=538 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.87% from 538); Green value is 208 (81.64% from 255 or 38.66% from 538); Blue value is 250 (98.05% from 255 or 46.47% from 538); Max value from RGB is 250 - color contains mainly: blue. Hex color #50D0FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50D0FA is #AF2F05. Grayscale: #AEAEAE. Windows color (decimal): -11480838 or 16437328. OLE color: 16437328.

HSL color Cylindrical-coordinate representation of color #50D0FA: hue angle of 194.82º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50D0FA is Cyan = 0.68, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 80 208 250 -
CMYK 0.68 0.17 0 0.02
HSL 194.82º 0.94% 0.65% -
HSV(B) 194.82º 0.68% 0.98% -
XYZ 43.12 53.72 98.54 -
YUV 174.52 170.59 60.58 -
System Red Green Blue C M Y K H S L
Decimal 80 208 250 0.68 0.17 0 0.02 194.82 0.94 0.65
Hex 50 D0 FA 44 11 0 2 C3 5E 41
Octal 120 320 372 104 21 0 2 303 136 101
Binary 1010000 11010000 11111010 1000100 10001 0 10 11000011 1011110 1000001

Color Harmonies of #50D0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D0FA

Black with #50D0FA

Text Example


Text Example

White with #50D0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50D0FA; }

 p { color: rgb(80,208,250); }

 H1.HeaderClassName
 {
   color: #50D0FA;
 }
 .AnyTagClassName
 {
   color: #50D0FA;
 }
</style>

background-color css

<style>
 a { background-color: #50D0FA; }

 a { background-color: rgb(80,208,250); }

 div.DivClassName
 {
   background-color: #50D0FA;
 }
 .BgClassName
 {
   background-color: #50D0FA;
 }
</style>

border-color css

<style>
 span { border-color: #50D0FA; }

 span { border-color: rgb(80,208,250); }

 td.TdClassName
 {
   border-color: #50D0FA;
 }
 .TagClassName
 {
   border-color: #50D0FA;
 }
</style>