Html Css Color HEX #60CCE9 Turquoise Blue

📋 copy color: '#60CCE9'

red 96 ◦ green 204 ◦ blue 233

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

Shades of Turquoise Blue #60CCE9

Tints of Turquoise Blue #60CCE9

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.27%

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

R = 18.01%
G = 38.27%
B = 43.71%

CMYK

 C value IS 0.59

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#60CCE9 (or 0x60CCE9) is known color: Turquoise Blue. HEX triplet: 60, CC and E9. RGB value is (96,204,233). Sum of RGB (Red+Green+Blue) = 96+204+233=533 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.01% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 233 (91.41% from 255 or 43.71% from 533); Max value from RGB is 233 - color contains mainly: blue. Hex color #60CCE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60CCE9 is #9F3316. Grayscale: #AEAEAE. Windows color (decimal): -10433303 or 15322208. OLE color: 15322208.

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

Color convert

RGB 96 204 233 -
CMYK 0.59 0.12 0 0.09
HSL 192.7º 0.76% 0.65% -
HSV(B) 192.7º 0.59% 0.91% -
XYZ 41.12 51.56 84.87 -
YUV 175.01 160.72 71.64 -
System Red Green Blue C M Y K H S L
Decimal 96 204 233 0.59 0.12 0 0.09 192.7 0.76 0.65
Hex 60 CC E9 3B C 0 9 C1 4C 41
Octal 140 314 351 73 14 0 11 301 114 101
Binary 1100000 11001100 11101001 111011 1100 0 1001 11000001 1001100 1000001

Color Harmonies of #60CCE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CCE9

Black with #60CCE9

Text Example


Text Example

White with #60CCE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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