Html Css Color HEX #60EFD2 Turquoise

📋 copy color: '#60EFD2'

red 96 ◦ green 239 ◦ blue 210

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

Shades of Turquoise #60EFD2

Tints of Turquoise #60EFD2

RGB

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

 GREEN value IS 239 (93.75% from 255) = 43.85%

 BLUE value IS 210 (82.42% from 255) = 38.53%

R = 17.61%
G = 43.85%
B = 38.53%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#60EFD2 (or 0x60EFD2) is known color: Turquoise. HEX triplet: 60, EF and D2. RGB value is (96,239,210). Sum of RGB (Red+Green+Blue) = 96+239+210=545 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.61% from 545); Green value is 239 (93.75% from 255 or 43.85% from 545); Blue value is 210 (82.42% from 255 or 38.53% from 545); Max value from RGB is 239 - color contains mainly: green. Hex color #60EFD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60EFD2 is #9F102D. Grayscale: #C0C0C0. Windows color (decimal): -10424366 or 13823840. OLE color: 13823840.

HSL color Cylindrical-coordinate representation of color #60EFD2: hue angle of 167.83º 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 #60EFD2 is Cyan = 0.60, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB 96 239 210 -
CMYK 0.60 0 0.12 0.06
HSL 167.83º 0.82% 0.66% -
HSV(B) 167.83º 0.6% 0.94% -
XYZ 47.32 68.87 71.77 -
YUV 192.94 137.62 58.86 -
System Red Green Blue C M Y K H S L
Decimal 96 239 210 0.60 0 0.12 0.06 167.83 0.82 0.66
Hex 60 EF D2 3C 0 C 6 A8 52 42
Octal 140 357 322 74 0 14 6 250 122 102
Binary 1100000 11101111 11010010 111100 0 1100 110 10101000 1010010 1000010

Color Harmonies of #60EFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60EFD2

Black with #60EFD2

Text Example


Text Example

White with #60EFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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