Html Css Color HEX #53D2CE Medium Turquoise

📋 copy color: '#53D2CE'

red 83 ◦ green 210 ◦ blue 206

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

Shades of Medium Turquoise #53D2CE

Tints of Medium Turquoise #53D2CE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.08%

 BLUE value IS 206 (80.86% from 255) = 41.28%

R = 16.63%
G = 42.08%
B = 41.28%

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

#53D2CE (or 0x53D2CE) is known color: Medium Turquoise. HEX triplet: 53, D2 and CE. RGB value is (83,210,206). Sum of RGB (Red+Green+Blue) = 83+210+206=499 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.63% from 499); Green value is 210 (82.42% from 255 or 42.08% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 210 - color contains mainly: green. Hex color #53D2CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53D2CE is #AC2D31. Grayscale: #ABABAB. Windows color (decimal): -11283762 or 13554259. OLE color: 13554259.

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

Color convert

RGB 83 210 206 -
CMYK 0.60 0 0.02 0.18
HSL 178.11º 0.59% 0.57% -
HSV(B) 178.11º 0.6% 0.82% -
XYZ 37.75 52.39 66.51 -
YUV 171.57 147.42 64.83 -
System Red Green Blue C M Y K H S L
Decimal 83 210 206 0.60 0 0.02 0.18 178.11 0.59 0.57
Hex 53 D2 CE 3C 0 2 12 B2 3B 39
Octal 123 322 316 74 0 2 22 262 73 71
Binary 1010011 11010010 11001110 111100 0 10 10010 10110010 111011 111001

Color Harmonies of #53D2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D2CE

Black with #53D2CE

Text Example


Text Example

White with #53D2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,210,206); }

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

background-color css

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

 a { background-color: rgb(83,210,206); }

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

border-color css

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

 span { border-color: rgb(83,210,206); }

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