Html Css Color HEX #60EFDA Turquoise Blue

📋 copy color: '#60EFDA'

red 96 ◦ green 239 ◦ blue 218

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

Shades of Turquoise Blue #60EFDA

Tints of Turquoise Blue #60EFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.42%

R = 17.36%
G = 43.22%
B = 39.42%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#60EFDA (or 0x60EFDA) is known color: Turquoise Blue. HEX triplet: 60, EF and DA. RGB value is (96,239,218). Sum of RGB (Red+Green+Blue) = 96+239+218=553 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.36% from 553); Green value is 239 (93.75% from 255 or 43.22% from 553); Blue value is 218 (85.55% from 255 or 39.42% from 553); Max value from RGB is 239 - color contains mainly: green. Hex color #60EFDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60EFDA is #9F1025. Grayscale: #C1C1C1. Windows color (decimal): -10424358 or 14348128. OLE color: 14348128.

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

Color convert

RGB 96 239 218 -
CMYK 0.60 0 0.09 0.06
HSL 171.19º 0.82% 0.66% -
HSV(B) 171.19º 0.6% 0.94% -
XYZ 48.35 69.28 77.15 -
YUV 193.85 141.62 58.21 -
System Red Green Blue C M Y K H S L
Decimal 96 239 218 0.60 0 0.09 0.06 171.19 0.82 0.66
Hex 60 EF DA 3C 0 9 6 AB 52 42
Octal 140 357 332 74 0 11 6 253 122 102
Binary 1100000 11101111 11011010 111100 0 1001 110 10101011 1010010 1000010

Color Harmonies of #60EFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60EFDA

Black with #60EFDA

Text Example


Text Example

White with #60EFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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