Html Css Color HEX #53CCC0 Medium Turquoise

📋 copy color: '#53CCC0'

red 83 ◦ green 204 ◦ blue 192

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

Shades of Medium Turquoise #53CCC0

Tints of Medium Turquoise #53CCC0

RGB

 RED value IS 83 (32.81% from 255) = 17.33%

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

 BLUE value IS 192 (75.39% from 255) = 40.08%

R = 17.33%
G = 42.59%
B = 40.08%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#53CCC0 (or 0x53CCC0) is known color: Medium Turquoise. HEX triplet: 53, CC and C0. RGB value is (83,204,192). Sum of RGB (Red+Green+Blue) = 83+204+192=479 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.33% from 479); Green value is 204 (80.08% from 255 or 42.59% from 479); Blue value is 192 (75.39% from 255 or 40.08% from 479); Max value from RGB is 204 - color contains mainly: green. Hex color #53CCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CCC0 is #AC333F. Grayscale: #A6A6A6. Windows color (decimal): -11285312 or 12635219. OLE color: 12635219.

HSL color Cylindrical-coordinate representation of color #53CCC0: hue angle of 174.05º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53CCC0 is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB 83 204 192 -
CMYK 0.59 0 0.06 0.2
HSL 174.05º 0.54% 0.56% -
HSV(B) 174.05º 0.59% 0.8% -
XYZ 34.67 48.83 57.47 -
YUV 166.45 142.41 68.48 -
System Red Green Blue C M Y K H S L
Decimal 83 204 192 0.59 0 0.06 0.2 174.05 0.54 0.56
Hex 53 CC C0 3B 0 6 14 AE 36 38
Octal 123 314 300 73 0 6 24 256 66 70
Binary 1010011 11001100 11000000 111011 0 110 10100 10101110 110110 111000

Color Harmonies of #53CCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CCC0

Black with #53CCC0

Text Example


Text Example

White with #53CCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53CCC0; }

 p { color: rgb(83,204,192); }

 H1.HeaderClassName
 {
   color: #53CCC0;
 }
 .AnyTagClassName
 {
   color: #53CCC0;
 }
</style>

background-color css

<style>
 a { background-color: #53CCC0; }

 a { background-color: rgb(83,204,192); }

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

border-color css

<style>
 span { border-color: #53CCC0; }

 span { border-color: rgb(83,204,192); }

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