Html Css Color HEX #53DADE Medium Turquoise

📋 copy color: '#53DADE'

red 83 ◦ green 218 ◦ blue 222

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

Shades of Medium Turquoise #53DADE

Tints of Medium Turquoise #53DADE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.68%

 BLUE value IS 222 (87.11% from 255) = 42.45%

R = 15.87%
G = 41.68%
B = 42.45%

CMYK

 C value IS 0.63

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#53DADE (or 0x53DADE) is known color: Medium Turquoise. HEX triplet: 53, DA and DE. RGB value is (83,218,222). Sum of RGB (Red+Green+Blue) = 83+218+222=523 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.87% from 523); Green value is 218 (85.55% from 255 or 41.68% from 523); Blue value is 222 (87.11% from 255 or 42.45% from 523); Max value from RGB is 222 - color contains mainly: blue. Hex color #53DADE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DADE is #AC2521. Grayscale: #B1B1B1. Windows color (decimal): -11281698 or 14604883. OLE color: 14604883.

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

Color convert

RGB 83 218 222 -
CMYK 0.63 0.02 0 0.13
HSL 181.73º 0.68% 0.6% -
HSV(B) 181.73º 0.63% 0.87% -
XYZ 41.82 57.26 77.95 -
YUV 178.09 152.77 60.17 -
System Red Green Blue C M Y K H S L
Decimal 83 218 222 0.63 0.02 0 0.13 181.73 0.68 0.6
Hex 53 DA DE 3F 2 0 D B6 44 3C
Octal 123 332 336 77 2 0 15 266 104 74
Binary 1010011 11011010 11011110 111111 10 0 1101 10110110 1000100 111100

Color Harmonies of #53DADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DADE

Black with #53DADE

Text Example


Text Example

White with #53DADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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