Html Css Color HEX #53CEDC Medium Turquoise

📋 copy color: '#53CEDC'

red 83 ◦ green 206 ◦ blue 220

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

Shades of Medium Turquoise #53CEDC

Tints of Medium Turquoise #53CEDC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.47%

 BLUE value IS 220 (86.33% from 255) = 43.22%

R = 16.31%
G = 40.47%
B = 43.22%

CMYK

 C value IS 0.62

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#53CEDC (or 0x53CEDC) is known color: Medium Turquoise. HEX triplet: 53, CE and DC. RGB value is (83,206,220). Sum of RGB (Red+Green+Blue) = 83+206+220=509 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.31% from 509); Green value is 206 (80.86% from 255 or 40.47% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #53CEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CEDC is #AC3123. Grayscale: #AAAAAA. Windows color (decimal): -11284772 or 14470739. OLE color: 14470739.

HSL color Cylindrical-coordinate representation of color #53CEDC: hue angle of 186.13º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53CEDC is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 206 220 -
CMYK 0.62 0.06 0 0.14
HSL 186.13º 0.66% 0.59% -
HSV(B) 186.13º 0.62% 0.86% -
XYZ 38.56 51.15 75.55 -
YUV 170.82 155.75 65.36 -
System Red Green Blue C M Y K H S L
Decimal 83 206 220 0.62 0.06 0 0.14 186.13 0.66 0.59
Hex 53 CE DC 3E 6 0 E BA 42 3B
Octal 123 316 334 76 6 0 16 272 102 73
Binary 1010011 11001110 11011100 111110 110 0 1110 10111010 1000010 111011

Color Harmonies of #53CEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CEDC

Black with #53CEDC

Text Example


Text Example

White with #53CEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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