Html Css Color HEX #53D0C2 Medium Turquoise

📋 copy color: '#53D0C2'

red 83 ◦ green 208 ◦ blue 194

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

Shades of Medium Turquoise #53D0C2

Tints of Medium Turquoise #53D0C2

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.89%

 BLUE value IS 194 (76.17% from 255) = 40%

R = 17.11%
G = 42.89%
B = 40%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#53D0C2 (or 0x53D0C2) is known color: Medium Turquoise. HEX triplet: 53, D0 and C2. RGB value is (83,208,194). Sum of RGB (Red+Green+Blue) = 83+208+194=485 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.11% from 485); Green value is 208 (81.64% from 255 or 42.89% from 485); Blue value is 194 (76.17% from 255 or 40% from 485); Max value from RGB is 208 - color contains mainly: green. Hex color #53D0C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53D0C2 is #AC2F3D. Grayscale: #A8A8A8. Windows color (decimal): -11284286 or 12767315. OLE color: 12767315.

HSL color Cylindrical-coordinate representation of color #53D0C2: hue angle of 173.28º degrees, saturation: 0.57, 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 #53D0C2 is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB 83 208 194 -
CMYK 0.60 0 0.07 0.18
HSL 173.28º 0.57% 0.57% -
HSV(B) 173.28º 0.6% 0.82% -
XYZ 35.86 50.85 58.96 -
YUV 169.03 142.09 66.64 -
System Red Green Blue C M Y K H S L
Decimal 83 208 194 0.60 0 0.07 0.18 173.28 0.57 0.57
Hex 53 D0 C2 3C 0 7 12 AD 39 39
Octal 123 320 302 74 0 7 22 255 71 71
Binary 1010011 11010000 11000010 111100 0 111 10010 10101101 111001 111001

Color Harmonies of #53D0C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D0C2

Black with #53D0C2

Text Example


Text Example

White with #53D0C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,208,194); }

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

background-color css

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

 a { background-color: rgb(83,208,194); }

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

border-color css

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

 span { border-color: rgb(83,208,194); }

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