#60F1DE

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

Shades of Turquoise Blue #60F1DE

Tints of Turquoise Blue #60F1DE

Color information

#60F1DE (or 0x60F1DE) is unknown color: approx Turquoise Blue. HEX triplet: 60, F1 and DE. RGB value is (96,241,222). Sum of RGB (Red+Green+Blue) = 96+241+222=559 (74% of max value = 765). Red value is 96 (37.89% from 255 or 17.17% from 559); Green value is 241 (94.53% from 255 or 43.11% from 559); Blue value is 222 (87.11% from 255 or 39.71% from 559); Max value from RGB is 241 - color contains mainly: green. Hex color #60F1DE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60F1DE is #9F0E21. Grayscale: #C3C3C3. Windows color (decimal): -10423842 or 14610784. OLE color: 14610784.

HSL color Cylindrical-coordinate representation of color #60F1DE: hue angle of 172.14º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60F1DE is Cyan = 0.60, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB96241222-
CMYK0.6000.080.05
HSL172.14º83.82%66.08%-
HSV(B)172.14º60.17%94.51%-
XYZ49.4670.6780.14-
YUV195.48142.9657.04-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.17%
GREEN value IS 241 (94.53% from 255) = 43.11%
BLUE value IS 222 (87.11% from 255) = 39.71%
R=17.17%
G=43.11%
B=39.71%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal962412220.6000.080.05172.1483.8266.08
Hex60F1DE3C085ac5442
Octal140361336740105254124102
Binary11000001111000111011110111100010001011010110010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60F1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,241,222); }

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

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

 a { background-color: rgb(96,241,222); }

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

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

 span { border-color: rgb(96,241,222); }

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