Html Css Color HEX #53D8CE Medium Turquoise

📋 copy color: '#53D8CE'

red 83 ◦ green 216 ◦ blue 206

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

Shades of Medium Turquoise #53D8CE

Tints of Medium Turquoise #53D8CE

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.77%

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

R = 16.44%
G = 42.77%
B = 40.79%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#53D8CE (or 0x53D8CE) is known color: Medium Turquoise. HEX triplet: 53, D8 and CE. RGB value is (83,216,206). Sum of RGB (Red+Green+Blue) = 83+216+206=505 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.44% from 505); Green value is 216 (84.77% from 255 or 42.77% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 216 - color contains mainly: green. Hex color #53D8CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53D8CE is #AC2731. Grayscale: #AFAFAF. Windows color (decimal): -11282226 or 13555795. OLE color: 13555795.

HSL color Cylindrical-coordinate representation of color #53D8CE: hue angle of 175.49º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53D8CE is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 83 216 206 -
CMYK 0.62 0 0.05 0.15
HSL 175.49º 0.63% 0.59% -
HSV(B) 175.49º 0.62% 0.85% -
XYZ 39.26 55.41 67.02 -
YUV 175.09 145.44 62.31 -
System Red Green Blue C M Y K H S L
Decimal 83 216 206 0.62 0 0.05 0.15 175.49 0.63 0.59
Hex 53 D8 CE 3E 0 5 F AF 3F 3B
Octal 123 330 316 76 0 5 17 257 77 73
Binary 1010011 11011000 11001110 111110 0 101 1111 10101111 111111 111011

Color Harmonies of #53D8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D8CE

Black with #53D8CE

Text Example


Text Example

White with #53D8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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