Html Css Color HEX #60CCCB Medium Turquoise

📋 copy color: '#60CCCB'

red 96 ◦ green 204 ◦ blue 203

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

Shades of Medium Turquoise #60CCCB

Tints of Medium Turquoise #60CCCB

RGB

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

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

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

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

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

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

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

Color convert

RGB 96 204 203 -
CMYK 0.53 0 0.00 0.2
HSL 179.44º 0.51% 0.59% -
HSV(B) 179.44º 0.53% 0.8% -
XYZ 37.2 49.98 64.19 -
YUV 171.59 145.72 74.08 -
System Red Green Blue C M Y K H S L
Decimal 96 204 203 0.53 0 0.00 0.2 179.44 0.51 0.59
Hex 60 CC CB 35 0 0 14 B3 33 3B
Octal 140 314 313 65 0 0 24 263 63 73
Binary 1100000 11001100 11001011 110101 0 0 10100 10110011 110011 111011

Color Harmonies of #60CCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CCCB

Black with #60CCCB

Text Example


Text Example

White with #60CCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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