Html Css Color HEX #60CAE9 Turquoise Blue

📋 copy color: '#60CAE9'

red 96 ◦ green 202 ◦ blue 233

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

Shades of Turquoise Blue #60CAE9

Tints of Turquoise Blue #60CAE9

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.04%

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

R = 18.08%
G = 38.04%
B = 43.88%

CMYK

 C value IS 0.59

 M value IS 0.13

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#60CAE9 (or 0x60CAE9) is known color: Turquoise Blue. HEX triplet: 60, CA and E9. RGB value is (96,202,233). Sum of RGB (Red+Green+Blue) = 96+202+233=531 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.08% from 531); Green value is 202 (79.30% from 255 or 38.04% from 531); Blue value is 233 (91.41% from 255 or 43.88% from 531); Max value from RGB is 233 - color contains mainly: blue. Hex color #60CAE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60CAE9 is #9F3516. Grayscale: #ADADAD. Windows color (decimal): -10433815 or 15321696. OLE color: 15321696.

HSL color Cylindrical-coordinate representation of color #60CAE9: hue angle of 193.58º 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 #60CAE9 is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 96 202 233 -
CMYK 0.59 0.13 0 0.09
HSL 193.58º 0.76% 0.65% -
HSV(B) 193.58º 0.59% 0.91% -
XYZ 40.65 50.61 84.72 -
YUV 173.84 161.38 72.48 -
System Red Green Blue C M Y K H S L
Decimal 96 202 233 0.59 0.13 0 0.09 193.58 0.76 0.65
Hex 60 CA E9 3B D 0 9 C2 4C 41
Octal 140 312 351 73 15 0 11 302 114 101
Binary 1100000 11001010 11101001 111011 1101 0 1001 11000010 1001100 1000001

Color Harmonies of #60CAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CAE9

Black with #60CAE9

Text Example


Text Example

White with #60CAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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