Html Css Color HEX #60DAE9 Turquoise Blue

📋 copy color: '#60DAE9'

red 96 ◦ green 218 ◦ blue 233

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

Shades of Turquoise Blue #60DAE9

Tints of Turquoise Blue #60DAE9

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.85%

 BLUE value IS 233 (91.41% from 255) = 42.6%

R = 17.55%
G = 39.85%
B = 42.6%

CMYK

 C value IS 0.59

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#60DAE9 (or 0x60DAE9) is known color: Turquoise Blue. HEX triplet: 60, DA and E9. RGB value is (96,218,233). Sum of RGB (Red+Green+Blue) = 96+218+233=547 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.55% from 547); Green value is 218 (85.55% from 255 or 39.85% from 547); Blue value is 233 (91.41% from 255 or 42.60% from 547); Max value from RGB is 233 - color contains mainly: blue. Hex color #60DAE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60DAE9 is #9F2516. Grayscale: #B7B7B7. Windows color (decimal): -10429719 or 15325792. OLE color: 15325792.

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

Color convert

RGB 96 218 233 -
CMYK 0.59 0.06 0 0.09
HSL 186.57º 0.76% 0.65% -
HSV(B) 186.57º 0.59% 0.91% -
XYZ 44.6 58.51 86.03 -
YUV 183.23 156.08 65.78 -
System Red Green Blue C M Y K H S L
Decimal 96 218 233 0.59 0.06 0 0.09 186.57 0.76 0.65
Hex 60 DA E9 3B 6 0 9 BB 4C 41
Octal 140 332 351 73 6 0 11 273 114 101
Binary 1100000 11011010 11101001 111011 110 0 1001 10111011 1001100 1000001

Color Harmonies of #60DAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60DAE9

Black with #60DAE9

Text Example


Text Example

White with #60DAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,218,233); }

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

background-color css

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

 a { background-color: rgb(96,218,233); }

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

border-color css

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

 span { border-color: rgb(96,218,233); }

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