Html Css Color HEX #60CFCE Medium Turquoise

📋 copy color: '#60CFCE'

red 96 ◦ green 207 ◦ blue 206

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

Shades of Medium Turquoise #60CFCE

Tints of Medium Turquoise #60CFCE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.67%

 BLUE value IS 206 (80.86% from 255) = 40.47%

R = 18.86%
G = 40.67%
B = 40.47%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#60CFCE (or 0x60CFCE) is known color: Medium Turquoise. HEX triplet: 60, CF and CE. RGB value is (96,207,206). Sum of RGB (Red+Green+Blue) = 96+207+206=509 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.86% from 509); Green value is 207 (81.25% from 255 or 40.67% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 207 - color contains mainly: green. Hex color #60CFCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CFCE is #9F3031. Grayscale: #ADADAD. Windows color (decimal): -10432562 or 13553504. OLE color: 13553504.

HSL color Cylindrical-coordinate representation of color #60CFCE: hue angle of 179.46º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60CFCE is Cyan = 0.54, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 96 207 206 -
CMYK 0.54 0 0.00 0.19
HSL 179.46º 0.54% 0.59% -
HSV(B) 179.46º 0.54% 0.81% -
XYZ 38.28 51.57 66.33 -
YUV 173.7 146.23 72.58 -
System Red Green Blue C M Y K H S L
Decimal 96 207 206 0.54 0 0.00 0.19 179.46 0.54 0.59
Hex 60 CF CE 36 0 0 13 B3 36 3B
Octal 140 317 316 66 0 0 23 263 66 73
Binary 1100000 11001111 11001110 110110 0 0 10011 10110011 110110 111011

Color Harmonies of #60CFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CFCE

Black with #60CFCE

Text Example


Text Example

White with #60CFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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