Html Css Color HEX #60CECF Medium Turquoise

📋 copy color: '#60CECF'

red 96 ◦ green 206 ◦ blue 207

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

Shades of Medium Turquoise #60CECF

Tints of Medium Turquoise #60CECF

RGB

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

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

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

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

CMYK

 C value IS 0.54

 M value IS 0.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #60CECF: hue angle of 180.54º 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 #60CECF is Cyan = 0.54, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 96 206 207 -
CMYK 0.54 0.00 0 0.19
HSL 180.54º 0.54% 0.59% -
HSV(B) 180.54º 0.54% 0.81% -
XYZ 38.16 51.13 66.89 -
YUV 173.22 147.06 72.92 -
System Red Green Blue C M Y K H S L
Decimal 96 206 207 0.54 0.00 0 0.19 180.54 0.54 0.59
Hex 60 CE CF 36 0 0 13 B5 36 3B
Octal 140 316 317 66 0 0 23 265 66 73
Binary 1100000 11001110 11001111 110110 0 0 10011 10110101 110110 111011

Color Harmonies of #60CECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CECF

Black with #60CECF

Text Example


Text Example

White with #60CECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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