Html Css Color HEX #53DEDF Medium Turquoise

📋 copy color: '#53DEDF'

red 83 ◦ green 222 ◦ blue 223

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

Shades of Medium Turquoise #53DEDF

Tints of Medium Turquoise #53DEDF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.05%

 BLUE value IS 223 (87.5% from 255) = 42.23%

R = 15.72%
G = 42.05%
B = 42.23%

CMYK

 C value IS 0.63

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#53DEDF (or 0x53DEDF) is known color: Medium Turquoise. HEX triplet: 53, DE and DF. RGB value is (83,222,223). Sum of RGB (Red+Green+Blue) = 83+222+223=528 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.72% from 528); Green value is 222 (87.11% from 255 or 42.05% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #53DEDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DEDF is #AC2120. Grayscale: #B4B4B4. Windows color (decimal): -11280673 or 14671443. OLE color: 14671443.

HSL color Cylindrical-coordinate representation of color #53DEDF: hue angle of 180.43º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53DEDF is Cyan = 0.63, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 222 223 -
CMYK 0.63 0.00 0 0.13
HSL 180.43º 0.69% 0.6% -
HSV(B) 180.43º 0.63% 0.87% -
XYZ 43.01 59.41 79.01 -
YUV 180.55 151.95 58.42 -
System Red Green Blue C M Y K H S L
Decimal 83 222 223 0.63 0.00 0 0.13 180.43 0.69 0.6
Hex 53 DE DF 3F 0 0 D B4 45 3C
Octal 123 336 337 77 0 0 15 264 105 74
Binary 1010011 11011110 11011111 111111 0 0 1101 10110100 1000101 111100

Color Harmonies of #53DEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DEDF

Black with #53DEDF

Text Example


Text Example

White with #53DEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,222,223); }

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

background-color css

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

 a { background-color: rgb(83,222,223); }

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

border-color css

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

 span { border-color: rgb(83,222,223); }

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