Html Css Color HEX #50CEF9 Turquoise Blue

📋 copy color: '#50CEF9'

red 80 ◦ green 206 ◦ blue 249

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

Shades of Turquoise Blue #50CEF9

Tints of Turquoise Blue #50CEF9

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.5%

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

R = 14.95%
G = 38.5%
B = 46.54%

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

#50CEF9 (or 0x50CEF9) is known color: Turquoise Blue. HEX triplet: 50, CE and F9. RGB value is (80,206,249). Sum of RGB (Red+Green+Blue) = 80+206+249=535 (70% of max value = 765). Red value is 80 (31.64% from 255 or 14.95% from 535); Green value is 206 (80.86% from 255 or 38.50% from 535); Blue value is 249 (97.66% from 255 or 46.54% from 535); Max value from RGB is 249 - color contains mainly: blue. Hex color #50CEF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50CEF9 is #AF3106. Grayscale: #ACACAC. Windows color (decimal): -11481351 or 16371280. OLE color: 16371280.

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

Color convert

RGB 80 206 249 -
CMYK 0.68 0.17 0 0.02
HSL 195.27º 0.93% 0.65% -
HSV(B) 195.27º 0.68% 0.98% -
XYZ 42.48 52.69 97.55 -
YUV 173.23 170.76 61.5 -
System Red Green Blue C M Y K H S L
Decimal 80 206 249 0.68 0.17 0 0.02 195.27 0.93 0.65
Hex 50 CE F9 44 11 0 2 C3 5D 41
Octal 120 316 371 104 21 0 2 303 135 101
Binary 1010000 11001110 11111001 1000100 10001 0 10 11000011 1011101 1000001

Color Harmonies of #50CEF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CEF9

Black with #50CEF9

Text Example


Text Example

White with #50CEF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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