Html Css Color HEX #60E0D3 Medium Turquoise

📋 copy color: '#60E0D3'

red 96 ◦ green 224 ◦ blue 211

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

Shades of Medium Turquoise #60E0D3

Tints of Medium Turquoise #60E0D3

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.18%

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

R = 18.08%
G = 42.18%
B = 39.74%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#60E0D3 (or 0x60E0D3) is known color: Medium Turquoise. HEX triplet: 60, E0 and D3. RGB value is (96,224,211). Sum of RGB (Red+Green+Blue) = 96+224+211=531 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.08% from 531); Green value is 224 (87.89% from 255 or 42.18% from 531); Blue value is 211 (82.81% from 255 or 39.74% from 531); Max value from RGB is 224 - color contains mainly: green. Hex color #60E0D3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60E0D3 is #9F1F2C. Grayscale: #B8B8B8. Windows color (decimal): -10428205 or 13885536. OLE color: 13885536.

HSL color Cylindrical-coordinate representation of color #60E0D3: hue angle of 173.91º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60E0D3 is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.

Color convert

RGB 96 224 211 -
CMYK 0.57 0 0.06 0.12
HSL 173.91º 0.67% 0.63% -
HSV(B) 173.91º 0.57% 0.88% -
XYZ 43.24 60.5 71.03 -
YUV 184.25 143.09 65.06 -
System Red Green Blue C M Y K H S L
Decimal 96 224 211 0.57 0 0.06 0.12 173.91 0.67 0.63
Hex 60 E0 D3 39 0 6 C AE 43 3F
Octal 140 340 323 71 0 6 14 256 103 77
Binary 1100000 11100000 11010011 111001 0 110 1100 10101110 1000011 111111

Color Harmonies of #60E0D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60E0D3

Black with #60E0D3

Text Example


Text Example

White with #60E0D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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