Html Css Color HEX #50CEEB Turquoise Blue

📋 copy color: '#50CEEB'

red 80 ◦ green 206 ◦ blue 235

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

Shades of Turquoise Blue #50CEEB

Tints of Turquoise Blue #50CEEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.11%

R = 15.36%
G = 39.54%
B = 45.11%

CMYK

 C value IS 0.66

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#50CEEB (or 0x50CEEB) is known color: Turquoise Blue. HEX triplet: 50, CE and EB. RGB value is (80,206,235). Sum of RGB (Red+Green+Blue) = 80+206+235=521 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.36% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 235 (92.19% from 255 or 45.11% from 521); Max value from RGB is 235 - color contains mainly: blue. Hex color #50CEEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50CEEB is #AF3114. Grayscale: #ABABAB. Windows color (decimal): -11481365 or 15453776. OLE color: 15453776.

HSL color Cylindrical-coordinate representation of color #50CEEB: hue angle of 191.23º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50CEEB is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 206 235 -
CMYK 0.66 0.12 0 0.08
HSL 191.23º 0.79% 0.62% -
HSV(B) 191.23º 0.66% 0.92% -
XYZ 40.37 51.85 86.48 -
YUV 171.63 163.76 62.64 -
System Red Green Blue C M Y K H S L
Decimal 80 206 235 0.66 0.12 0 0.08 191.23 0.79 0.62
Hex 50 CE EB 42 C 0 8 BF 4F 3E
Octal 120 316 353 102 14 0 10 277 117 76
Binary 1010000 11001110 11101011 1000010 1100 0 1000 10111111 1001111 111110

Color Harmonies of #50CEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CEEB

Black with #50CEEB

Text Example


Text Example

White with #50CEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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