Html Css Color HEX #60ECDE Turquoise Blue

📋 copy color: '#60ECDE'

red 96 ◦ green 236 ◦ blue 222

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

Shades of Turquoise Blue #60ECDE

Tints of Turquoise Blue #60ECDE

RGB

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

 GREEN value IS 236 (92.58% from 255) = 42.6%

 BLUE value IS 222 (87.11% from 255) = 40.07%

R = 17.33%
G = 42.6%
B = 40.07%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#60ECDE (or 0x60ECDE) is known color: Turquoise Blue. HEX triplet: 60, EC and DE. RGB value is (96,236,222). Sum of RGB (Red+Green+Blue) = 96+236+222=554 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.33% from 554); Green value is 236 (92.58% from 255 or 42.60% from 554); Blue value is 222 (87.11% from 255 or 40.07% from 554); Max value from RGB is 236 - color contains mainly: green. Hex color #60ECDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60ECDE is #9F1321. Grayscale: #C0C0C0. Windows color (decimal): -10425122 or 14609504. OLE color: 14609504.

HSL color Cylindrical-coordinate representation of color #60ECDE: hue angle of 174º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60ECDE is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 96 236 222 -
CMYK 0.59 0 0.06 0.07
HSL 174º 0.79% 0.65% -
HSV(B) 174º 0.59% 0.93% -
XYZ 48 67.75 79.65 -
YUV 192.54 144.62 59.14 -
System Red Green Blue C M Y K H S L
Decimal 96 236 222 0.59 0 0.06 0.07 174 0.79 0.65
Hex 60 EC DE 3B 0 6 7 AE 4F 41
Octal 140 354 336 73 0 6 7 256 117 101
Binary 1100000 11101100 11011110 111011 0 110 111 10101110 1001111 1000001

Color Harmonies of #60ECDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60ECDE

Black with #60ECDE

Text Example


Text Example

White with #60ECDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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