Html Css Color HEX #60E9D3 Turquoise

📋 copy color: '#60E9D3'

red 96 ◦ green 233 ◦ blue 211

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

Shades of Turquoise #60E9D3

Tints of Turquoise #60E9D3

RGB

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

 GREEN value IS 233 (91.41% from 255) = 43.15%

 BLUE value IS 211 (82.81% from 255) = 39.07%

R = 17.78%
G = 43.15%
B = 39.07%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#60E9D3 (or 0x60E9D3) is known color: Turquoise. HEX triplet: 60, E9 and D3. RGB value is (96,233,211). Sum of RGB (Red+Green+Blue) = 96+233+211=540 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.78% from 540); Green value is 233 (91.41% from 255 or 43.15% from 540); Blue value is 211 (82.81% from 255 or 39.07% from 540); Max value from RGB is 233 - color contains mainly: green. Hex color #60E9D3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60E9D3 is #9F162C. Grayscale: #BDBDBD. Windows color (decimal): -10425901 or 13887840. OLE color: 13887840.

HSL color Cylindrical-coordinate representation of color #60E9D3: hue angle of 170.36º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60E9D3 is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB 96 233 211 -
CMYK 0.59 0 0.09 0.09
HSL 170.37º 0.76% 0.65% -
HSV(B) 170.37º 0.59% 0.91% -
XYZ 45.72 65.47 71.85 -
YUV 189.53 140.11 61.29 -
System Red Green Blue C M Y K H S L
Decimal 96 233 211 0.59 0 0.09 0.09 170.37 0.76 0.65
Hex 60 E9 D3 3B 0 9 9 AA 4C 41
Octal 140 351 323 73 0 11 11 252 114 101
Binary 1100000 11101001 11010011 111011 0 1001 1001 10101010 1001100 1000001

Color Harmonies of #60E9D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60E9D3

Black with #60E9D3

Text Example


Text Example

White with #60E9D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,233,211); }

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

background-color css

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

 a { background-color: rgb(96,233,211); }

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

border-color css

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

 span { border-color: rgb(96,233,211); }

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