Html Css Color HEX #60D4CF Medium Turquoise

📋 copy color: '#60D4CF'

red 96 ◦ green 212 ◦ blue 207

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

Shades of Medium Turquoise #60D4CF

Tints of Medium Turquoise #60D4CF

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.17%

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

R = 18.64%
G = 41.17%
B = 40.19%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#60D4CF (or 0x60D4CF) is known color: Medium Turquoise. HEX triplet: 60, D4 and CF. RGB value is (96,212,207). Sum of RGB (Red+Green+Blue) = 96+212+207=515 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.64% from 515); Green value is 212 (83.20% from 255 or 41.17% from 515); Blue value is 207 (81.25% from 255 or 40.19% from 515); Max value from RGB is 212 - color contains mainly: green. Hex color #60D4CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60D4CF is #9F2B30. Grayscale: #B0B0B0. Windows color (decimal): -10431281 or 13620320. OLE color: 13620320.

HSL color Cylindrical-coordinate representation of color #60D4CF: hue angle of 177.41º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60D4CF is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 96 212 207 -
CMYK 0.55 0 0.02 0.17
HSL 177.41º 0.57% 0.6% -
HSV(B) 177.41º 0.55% 0.83% -
XYZ 39.63 54.08 67.38 -
YUV 176.75 145.07 70.41 -
System Red Green Blue C M Y K H S L
Decimal 96 212 207 0.55 0 0.02 0.17 177.41 0.57 0.6
Hex 60 D4 CF 37 0 2 11 B1 39 3C
Octal 140 324 317 67 0 2 21 261 71 74
Binary 1100000 11010100 11001111 110111 0 10 10001 10110001 111001 111100

Color Harmonies of #60D4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60D4CF

Black with #60D4CF

Text Example


Text Example

White with #60D4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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