#60CFEA

Color #60CFEA Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #60CFEA

Tints of Turquoise Blue #60CFEA

Color information

#60CFEA (or 0x60CFEA) is unknown color: approx Turquoise Blue. HEX triplet: 60, CF and EA. RGB value is (96,207,234). Sum of RGB (Red+Green+Blue) = 96+207+234=537 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.88% from 537); Green value is 207 (81.25% from 255 or 38.55% from 537); Blue value is 234 (91.80% from 255 or 43.58% from 537); Max value from RGB is 234 - color contains mainly: blue. Hex color #60CFEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60CFEA is #9F3015. Grayscale: #B0B0B0. Windows color (decimal): -10432534 or 15388512. OLE color: 15388512.

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

Color convert

RGB96207234-
CMYK0.590.1200.08
HSL191.74º76.67%64.71%-
HSV(B)191.74º58.97%91.76%-
XYZ41.9953.0585.87-
YUV176.89160.2370.3-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.88%
GREEN value IS 207 (81.25% from 255) = 38.55%
BLUE value IS 234 (91.80% from 255) = 43.58%
R=17.88%
G=38.55%
B=43.58%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal962072340.590.1200.08191.7476.6764.71
Hex60CFEA3BC08c04d41
Octal1403173527314010300115101
Binary110000011001111111010101110111100010001100000010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60CFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,207,234); }

 H1.HeaderClassName
 {
   color: #60CFEA;
 }
 .AnyTagClassName
 {
   color: #60CFEA;
 }
</style>
background-color css

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

 a { background-color: rgb(96,207,234); }

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

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

 span { border-color: rgb(96,207,234); }

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