Html Css Color HEX #60CCE7 Turquoise Blue

📋 copy color: '#60CCE7'

red 96 ◦ green 204 ◦ blue 231

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

Shades of Turquoise Blue #60CCE7

Tints of Turquoise Blue #60CCE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 43.5%

R = 18.08%
G = 38.42%
B = 43.5%

CMYK

 C value IS 0.58

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#60CCE7 (or 0x60CCE7) is known color: Turquoise Blue. HEX triplet: 60, CC and E7. RGB value is (96,204,231). Sum of RGB (Red+Green+Blue) = 96+204+231=531 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.08% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 231 (90.62% from 255 or 43.50% from 531); Max value from RGB is 231 - color contains mainly: blue. Hex color #60CCE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60CCE7 is #9F3318. Grayscale: #AEAEAE. Windows color (decimal): -10433305 or 15191136. OLE color: 15191136.

HSL color Cylindrical-coordinate representation of color #60CCE7: hue angle of 192º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60CCE7 is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 96 204 231 -
CMYK 0.58 0.12 0 0.09
HSL 192º 0.74% 0.64% -
HSV(B) 192º 0.58% 0.91% -
XYZ 40.84 51.44 83.38 -
YUV 174.79 159.72 71.8 -
System Red Green Blue C M Y K H S L
Decimal 96 204 231 0.58 0.12 0 0.09 192 0.74 0.64
Hex 60 CC E7 3A C 0 9 C0 4A 40
Octal 140 314 347 72 14 0 11 300 112 100
Binary 1100000 11001100 11100111 111010 1100 0 1001 11000000 1001010 1000000

Color Harmonies of #60CCE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CCE7

Black with #60CCE7

Text Example


Text Example

White with #60CCE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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