Html Css Color HEX #53CAC9 Medium Turquoise

📋 copy color: '#53CAC9'

red 83 ◦ green 202 ◦ blue 201

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

Shades of Medium Turquoise #53CAC9

Tints of Medium Turquoise #53CAC9

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.56%

 BLUE value IS 201 (78.91% from 255) = 41.36%

R = 17.08%
G = 41.56%
B = 41.36%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.00

 K value IS 0.21

RGB Variations

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

Color information

#53CAC9 (or 0x53CAC9) is known color: Medium Turquoise. HEX triplet: 53, CA and C9. RGB value is (83,202,201). Sum of RGB (Red+Green+Blue) = 83+202+201=486 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.08% from 486); Green value is 202 (79.30% from 255 or 41.56% from 486); Blue value is 201 (78.91% from 255 or 41.36% from 486); Max value from RGB is 202 - color contains mainly: green. Hex color #53CAC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CAC9 is #AC3536. Grayscale: #A6A6A6. Windows color (decimal): -11285815 or 13224531. OLE color: 13224531.

HSL color Cylindrical-coordinate representation of color #53CAC9: hue angle of 179.5º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53CAC9 is Cyan = 0.59, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.21.

Color convert

RGB 83 202 201 -
CMYK 0.59 0 0.00 0.21
HSL 179.5º 0.53% 0.56% -
HSV(B) 179.5º 0.59% 0.79% -
XYZ 35.23 48.3 62.72 -
YUV 166.31 147.58 68.58 -
System Red Green Blue C M Y K H S L
Decimal 83 202 201 0.59 0 0.00 0.21 179.5 0.53 0.56
Hex 53 CA C9 3B 0 0 15 B3 35 38
Octal 123 312 311 73 0 0 25 263 65 70
Binary 1010011 11001010 11001001 111011 0 0 10101 10110011 110101 111000

Color Harmonies of #53CAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CAC9

Black with #53CAC9

Text Example


Text Example

White with #53CAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,202,201); }

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

background-color css

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

 a { background-color: rgb(83,202,201); }

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

border-color css

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

 span { border-color: rgb(83,202,201); }

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