Html Css Color HEX #50CCF9 Turquoise Blue

📋 copy color: '#50CCF9'

red 80 ◦ green 204 ◦ blue 249

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

Shades of Turquoise Blue #50CCF9

Tints of Turquoise Blue #50CCF9

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.27%

 BLUE value IS 249 (97.66% from 255) = 46.72%

R = 15.01%
G = 38.27%
B = 46.72%

CMYK

 C value IS 0.68

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#50CCF9 (or 0x50CCF9) is known color: Turquoise Blue. HEX triplet: 50, CC and F9. RGB value is (80,204,249). Sum of RGB (Red+Green+Blue) = 80+204+249=533 (70% of max value = 765). Red value is 80 (31.64% from 255 or 15.01% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 249 (97.66% from 255 or 46.72% from 533); Max value from RGB is 249 - color contains mainly: blue. Hex color #50CCF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50CCF9 is #AF3306. Grayscale: #ABABAB. Windows color (decimal): -11481863 or 16370768. OLE color: 16370768.

HSL color Cylindrical-coordinate representation of color #50CCF9: hue angle of 195.98º degrees, saturation: 0.93, 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 #50CCF9 is Cyan = 0.68, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 80 204 249 -
CMYK 0.68 0.18 0 0.02
HSL 195.98º 0.93% 0.65% -
HSV(B) 195.98º 0.68% 0.98% -
XYZ 42 51.73 97.39 -
YUV 172.05 171.42 62.34 -
System Red Green Blue C M Y K H S L
Decimal 80 204 249 0.68 0.18 0 0.02 195.98 0.93 0.65
Hex 50 CC F9 44 12 0 2 C4 5D 41
Octal 120 314 371 104 22 0 2 304 135 101
Binary 1010000 11001100 11111001 1000100 10010 0 10 11000100 1011101 1000001

Color Harmonies of #50CCF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CCF9

Black with #50CCF9

Text Example


Text Example

White with #50CCF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,204,249); }

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

background-color css

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

 a { background-color: rgb(80,204,249); }

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

border-color css

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

 span { border-color: rgb(80,204,249); }

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