Html Css Color HEX #53D1CC Medium Turquoise

📋 copy color: '#53D1CC'

red 83 ◦ green 209 ◦ blue 204

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

Shades of Medium Turquoise #53D1CC

Tints of Medium Turquoise #53D1CC

RGB

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

 GREEN value IS 209 (82.03% from 255) = 42.14%

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

R = 16.73%
G = 42.14%
B = 41.13%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#53D1CC (or 0x53D1CC) is known color: Medium Turquoise. HEX triplet: 53, D1 and CC. RGB value is (83,209,204). Sum of RGB (Red+Green+Blue) = 83+209+204=496 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.73% from 496); Green value is 209 (82.03% from 255 or 42.14% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 209 - color contains mainly: green. Hex color #53D1CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53D1CC is #AC2E33. Grayscale: #AAAAAA. Windows color (decimal): -11284020 or 13422931. OLE color: 13422931.

HSL color Cylindrical-coordinate representation of color #53D1CC: hue angle of 177.62º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53D1CC is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 83 209 204 -
CMYK 0.60 0 0.02 0.18
HSL 177.62º 0.58% 0.57% -
HSV(B) 177.62º 0.6% 0.82% -
XYZ 37.27 51.8 65.16 -
YUV 170.76 146.76 65.41 -
System Red Green Blue C M Y K H S L
Decimal 83 209 204 0.60 0 0.02 0.18 177.62 0.58 0.57
Hex 53 D1 CC 3C 0 2 12 B2 3A 39
Octal 123 321 314 74 0 2 22 262 72 71
Binary 1010011 11010001 11001100 111100 0 10 10010 10110010 111010 111001

Color Harmonies of #53D1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D1CC

Black with #53D1CC

Text Example


Text Example

White with #53D1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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