Html Css Color HEX #50CEF2 Turquoise Blue

📋 copy color: '#50CEF2'

red 80 ◦ green 206 ◦ blue 242

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

Shades of Turquoise Blue #50CEF2

Tints of Turquoise Blue #50CEF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 45.83%

R = 15.15%
G = 39.02%
B = 45.83%

CMYK

 C value IS 0.67

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#50CEF2 (or 0x50CEF2) is known color: Turquoise Blue. HEX triplet: 50, CE and F2. RGB value is (80,206,242). Sum of RGB (Red+Green+Blue) = 80+206+242=528 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.15% from 528); Green value is 206 (80.86% from 255 or 39.02% from 528); Blue value is 242 (94.92% from 255 or 45.83% from 528); Max value from RGB is 242 - color contains mainly: blue. Hex color #50CEF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50CEF2 is #AF310D. Grayscale: #ACACAC. Windows color (decimal): -11481358 or 15912528. OLE color: 15912528.

HSL color Cylindrical-coordinate representation of color #50CEF2: hue angle of 193.33º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50CEF2 is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 80 206 242 -
CMYK 0.67 0.15 0 0.05
HSL 193.33º 0.86% 0.63% -
HSV(B) 193.33º 0.67% 0.95% -
XYZ 41.41 52.26 91.91 -
YUV 172.43 167.26 62.07 -
System Red Green Blue C M Y K H S L
Decimal 80 206 242 0.67 0.15 0 0.05 193.33 0.86 0.63
Hex 50 CE F2 43 F 0 5 C1 56 3F
Octal 120 316 362 103 17 0 5 301 126 77
Binary 1010000 11001110 11110010 1000011 1111 0 101 11000001 1010110 111111

Color Harmonies of #50CEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CEF2

Black with #50CEF2

Text Example


Text Example

White with #50CEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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