Html Css Color HEX #60D5CF Medium Turquoise

📋 copy color: '#60D5CF'

red 96 ◦ green 213 ◦ blue 207

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

Shades of Medium Turquoise #60D5CF

Tints of Medium Turquoise #60D5CF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.28%

 BLUE value IS 207 (81.25% from 255) = 40.12%

R = 18.6%
G = 41.28%
B = 40.12%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#60D5CF (or 0x60D5CF) is known color: Medium Turquoise. HEX triplet: 60, D5 and CF. RGB value is (96,213,207). Sum of RGB (Red+Green+Blue) = 96+213+207=516 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.60% from 516); Green value is 213 (83.59% from 255 or 41.28% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 213 - color contains mainly: green. Hex color #60D5CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60D5CF is #9F2A30. Grayscale: #B1B1B1. Windows color (decimal): -10431025 or 13620576. OLE color: 13620576.

HSL color Cylindrical-coordinate representation of color #60D5CF: hue angle of 176.92º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60D5CF is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 96 213 207 -
CMYK 0.55 0 0.03 0.16
HSL 176.92º 0.58% 0.61% -
HSV(B) 176.92º 0.55% 0.84% -
XYZ 39.88 54.58 67.46 -
YUV 177.33 144.74 69.99 -
System Red Green Blue C M Y K H S L
Decimal 96 213 207 0.55 0 0.03 0.16 176.92 0.58 0.61
Hex 60 D5 CF 37 0 3 10 B1 3A 3D
Octal 140 325 317 67 0 3 20 261 72 75
Binary 1100000 11010101 11001111 110111 0 11 10000 10110001 111010 111101

Color Harmonies of #60D5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60D5CF

Black with #60D5CF

Text Example


Text Example

White with #60D5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,213,207); }

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

background-color css

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

 a { background-color: rgb(96,213,207); }

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

border-color css

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

 span { border-color: rgb(96,213,207); }

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