Html Css Color HEX #60EFDC Turquoise Blue

📋 copy color: '#60EFDC'

red 96 ◦ green 239 ◦ blue 220

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

Shades of Turquoise Blue #60EFDC

Tints of Turquoise Blue #60EFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.64%

R = 17.3%
G = 43.06%
B = 39.64%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#60EFDC (or 0x60EFDC) is known color: Turquoise Blue. HEX triplet: 60, EF and DC. RGB value is (96,239,220). Sum of RGB (Red+Green+Blue) = 96+239+220=555 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.30% from 555); Green value is 239 (93.75% from 255 or 43.06% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 239 - color contains mainly: green. Hex color #60EFDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60EFDC is #9F1023. Grayscale: #C2C2C2. Windows color (decimal): -10424356 or 14479200. OLE color: 14479200.

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

Color convert

RGB 96 239 220 -
CMYK 0.60 0 0.08 0.06
HSL 172.03º 0.82% 0.66% -
HSV(B) 172.03º 0.6% 0.94% -
XYZ 48.61 69.39 78.54 -
YUV 194.08 142.62 58.04 -
System Red Green Blue C M Y K H S L
Decimal 96 239 220 0.60 0 0.08 0.06 172.03 0.82 0.66
Hex 60 EF DC 3C 0 8 6 AC 52 42
Octal 140 357 334 74 0 10 6 254 122 102
Binary 1100000 11101111 11011100 111100 0 1000 110 10101100 1010010 1000010

Color Harmonies of #60EFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60EFDC

Black with #60EFDC

Text Example


Text Example

White with #60EFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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