#60D2F7

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

Shades of Turquoise Blue #60D2F7

Tints of Turquoise Blue #60D2F7

Color information

#60D2F7 (or 0x60D2F7) is unknown color: approx Turquoise Blue. HEX triplet: 60, D2 and F7. RGB value is (96,210,247). Sum of RGB (Red+Green+Blue) = 96+210+247=553 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.36% from 553); Green value is 210 (82.42% from 255 or 37.97% from 553); Blue value is 247 (96.88% from 255 or 44.67% from 553); Max value from RGB is 247 - color contains mainly: blue. Hex color #60D2F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60D2F7 is #9F2D08. Grayscale: #B3B3B3. Windows color (decimal): -10431753 or 16241248. OLE color: 16241248.

HSL color Cylindrical-coordinate representation of color #60D2F7: hue angle of 194.7º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60D2F7 is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB96210247-
CMYK0.610.1500.03
HSL194.7º90.42%67.25%-
HSV(B)194.7º61.13%96.86%-
XYZ44.6655.396.31-
YUV180.13165.7367.99-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.36%
GREEN value IS 210 (82.42% from 255) = 37.97%
BLUE value IS 247 (96.88% from 255) = 44.67%
R=17.36%
G=37.97%
B=44.67%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal962102470.610.1500.03194.790.4267.25
Hex60D2F73DF03c35a43
Octal140322367751703303132103
Binary1100000110100101111011111110111110111100001110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60D2F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,210,247); }

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

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

 a { background-color: rgb(96,210,247); }

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

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

 span { border-color: rgb(96,210,247); }

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