Html Css Color HEX #53DCDF Medium Turquoise

📋 copy color: '#53DCDF'

red 83 ◦ green 220 ◦ blue 223

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

Shades of Medium Turquoise #53DCDF

Tints of Medium Turquoise #53DCDF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.83%

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

R = 15.78%
G = 41.83%
B = 42.4%

CMYK

 C value IS 0.63

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#53DCDF (or 0x53DCDF) is known color: Medium Turquoise. HEX triplet: 53, DC and DF. RGB value is (83,220,223). Sum of RGB (Red+Green+Blue) = 83+220+223=526 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.78% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #53DCDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DCDF is #AC2320. Grayscale: #B3B3B3. Windows color (decimal): -11281185 or 14670931. OLE color: 14670931.

HSL color Cylindrical-coordinate representation of color #53DCDF: hue angle of 181.29º 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 #53DCDF is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 220 223 -
CMYK 0.63 0.01 0 0.13
HSL 181.29º 0.69% 0.6% -
HSV(B) 181.29º 0.63% 0.87% -
XYZ 42.48 58.35 78.84 -
YUV 179.38 152.61 59.26 -
System Red Green Blue C M Y K H S L
Decimal 83 220 223 0.63 0.01 0 0.13 181.29 0.69 0.6
Hex 53 DC DF 3F 1 0 D B5 45 3C
Octal 123 334 337 77 1 0 15 265 105 74
Binary 1010011 11011100 11011111 111111 1 0 1101 10110101 1000101 111100

Color Harmonies of #53DCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DCDF

Black with #53DCDF

Text Example


Text Example

White with #53DCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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