#60EFD4

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

Shades of Turquoise #60EFD4

Tints of Turquoise #60EFD4

Color information

#60EFD4 (or 0x60EFD4) is unknown color: approx Turquoise. HEX triplet: 60, EF and D4. RGB value is (96,239,212). Sum of RGB (Red+Green+Blue) = 96+239+212=547 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.55% from 547); Green value is 239 (93.75% from 255 or 43.69% from 547); Blue value is 212 (83.20% from 255 or 38.76% from 547); Max value from RGB is 239 - color contains mainly: green. Hex color #60EFD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60EFD4 is #9F102B. Grayscale: #C1C1C1. Windows color (decimal): -10424364 or 13954912. OLE color: 13954912.

HSL color Cylindrical-coordinate representation of color #60EFD4: hue angle of 168.67º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60EFD4 is Cyan = 0.60, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB96239212-
CMYK0.6000.110.06
HSL168.67º81.71%65.69%-
HSV(B)168.67º59.83%93.73%-
XYZ47.5768.9773.09-
YUV193.16138.6258.7-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.55%
GREEN value IS 239 (93.75% from 255) = 43.69%
BLUE value IS 212 (83.20% from 255) = 38.76%
R=17.55%
G=43.69%
B=38.76%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal962392120.6000.110.06168.6781.7165.69
Hex60EFD43C0B6a95242
Octal140357324740136251122102
Binary11000001110111111010100111100010111101010100110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60EFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,239,212); }

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

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

 a { background-color: rgb(96,239,212); }

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

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

 span { border-color: rgb(96,239,212); }

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