Html Css Color HEX #60CBCC Medium Turquoise

📋 copy color: '#60CBCC'

red 96 ◦ green 203 ◦ blue 204

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

Shades of Medium Turquoise #60CBCC

Tints of Medium Turquoise #60CBCC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.36%

 BLUE value IS 204 (80.08% from 255) = 40.56%

R = 19.09%
G = 40.36%
B = 40.56%

CMYK

 C value IS 0.53

 M value IS 0.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#60CBCC (or 0x60CBCC) is known color: Medium Turquoise. HEX triplet: 60, CB and CC. RGB value is (96,203,204). Sum of RGB (Red+Green+Blue) = 96+203+204=503 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.09% from 503); Green value is 203 (79.69% from 255 or 40.36% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: blue. Hex color #60CBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CBCC is #9F3433. Grayscale: #ABABAB. Windows color (decimal): -10433588 or 13421408. OLE color: 13421408.

HSL color Cylindrical-coordinate representation of color #60CBCC: hue angle of 180.56º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60CBCC is Cyan = 0.53, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 96 203 204 -
CMYK 0.53 0.00 0 0.2
HSL 180.56º 0.51% 0.59% -
HSV(B) 180.56º 0.53% 0.8% -
XYZ 37.08 49.56 64.74 -
YUV 171.12 146.55 74.42 -
System Red Green Blue C M Y K H S L
Decimal 96 203 204 0.53 0.00 0 0.2 180.56 0.51 0.59
Hex 60 CB CC 35 0 0 14 B5 33 3B
Octal 140 313 314 65 0 0 24 265 63 73
Binary 1100000 11001011 11001100 110101 0 0 10100 10110101 110011 111011

Color Harmonies of #60CBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CBCC

Black with #60CBCC

Text Example


Text Example

White with #60CBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,203,204); }

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

background-color css

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

 a { background-color: rgb(96,203,204); }

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

border-color css

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

 span { border-color: rgb(96,203,204); }

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