Html Css Color HEX #53D3CE Medium Turquoise

📋 copy color: '#53D3CE'

red 83 ◦ green 211 ◦ blue 206

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

Shades of Medium Turquoise #53D3CE

Tints of Medium Turquoise #53D3CE

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.2%

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

R = 16.6%
G = 42.2%
B = 41.2%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#53D3CE (or 0x53D3CE) is known color: Medium Turquoise. HEX triplet: 53, D3 and CE. RGB value is (83,211,206). Sum of RGB (Red+Green+Blue) = 83+211+206=500 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.6% from 500); Green value is 211 (82.81% from 255 or 42.2% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 211 - color contains mainly: green. Hex color #53D3CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53D3CE is #AC2C31. Grayscale: #ACACAC. Windows color (decimal): -11283506 or 13554515. OLE color: 13554515.

HSL color Cylindrical-coordinate representation of color #53D3CE: hue angle of 177.66º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53D3CE is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 83 211 206 -
CMYK 0.61 0 0.02 0.17
HSL 177.66º 0.59% 0.58% -
HSV(B) 177.66º 0.61% 0.83% -
XYZ 38 52.88 66.6 -
YUV 172.16 147.09 64.41 -
System Red Green Blue C M Y K H S L
Decimal 83 211 206 0.61 0 0.02 0.17 177.66 0.59 0.58
Hex 53 D3 CE 3D 0 2 11 B2 3B 3A
Octal 123 323 316 75 0 2 21 262 73 72
Binary 1010011 11010011 11001110 111101 0 10 10001 10110010 111011 111010

Color Harmonies of #53D3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D3CE

Black with #53D3CE

Text Example


Text Example

White with #53D3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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