Html Css Color HEX #60DEEB Turquoise Blue

📋 copy color: '#60DEEB'

red 96 ◦ green 222 ◦ blue 235

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

Shades of Turquoise Blue #60DEEB

Tints of Turquoise Blue #60DEEB

RGB

 RED value IS 96 (37.89% from 255) = 17.36%

 GREEN value IS 222 (87.11% from 255) = 40.14%

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

R = 17.36%
G = 40.14%
B = 42.5%

CMYK

 C value IS 0.59

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#60DEEB (or 0x60DEEB) is known color: Turquoise Blue. HEX triplet: 60, DE and EB. RGB value is (96,222,235). Sum of RGB (Red+Green+Blue) = 96+222+235=553 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.36% from 553); Green value is 222 (87.11% from 255 or 40.14% from 553); Blue value is 235 (92.19% from 255 or 42.50% from 553); Max value from RGB is 235 - color contains mainly: blue. Hex color #60DEEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60DEEB is #9F2114. Grayscale: #B9B9B9. Windows color (decimal): -10428693 or 15457888. OLE color: 15457888.

HSL color Cylindrical-coordinate representation of color #60DEEB: hue angle of 185.61º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60DEEB is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 96 222 235 -
CMYK 0.59 0.06 0 0.08
HSL 185.61º 0.78% 0.65% -
HSV(B) 185.61º 0.59% 0.92% -
XYZ 45.94 60.73 87.9 -
YUV 185.81 155.76 63.94 -
System Red Green Blue C M Y K H S L
Decimal 96 222 235 0.59 0.06 0 0.08 185.61 0.78 0.65
Hex 60 DE EB 3B 6 0 8 BA 4E 41
Octal 140 336 353 73 6 0 10 272 116 101
Binary 1100000 11011110 11101011 111011 110 0 1000 10111010 1001110 1000001

Color Harmonies of #60DEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60DEEB

Black with #60DEEB

Text Example


Text Example

White with #60DEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60DEEB; }

 p { color: rgb(96,222,235); }

 H1.HeaderClassName
 {
   color: #60DEEB;
 }
 .AnyTagClassName
 {
   color: #60DEEB;
 }
</style>

background-color css

<style>
 a { background-color: #60DEEB; }

 a { background-color: rgb(96,222,235); }

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

border-color css

<style>
 span { border-color: #60DEEB; }

 span { border-color: rgb(96,222,235); }

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