Html Css Color HEX #53DADB Medium Turquoise

📋 copy color: '#53DADB'

red 83 ◦ green 218 ◦ blue 219

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

Shades of Medium Turquoise #53DADB

Tints of Medium Turquoise #53DADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.12%

R = 15.96%
G = 41.92%
B = 42.12%

CMYK

 C value IS 0.62

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#53DADB (or 0x53DADB) is known color: Medium Turquoise. HEX triplet: 53, DA and DB. RGB value is (83,218,219). Sum of RGB (Red+Green+Blue) = 83+218+219=520 (68% of max value = 765). Red value is 83 (32.81% from 255 or 15.96% from 520); Green value is 218 (85.55% from 255 or 41.92% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #53DADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DADB is #AC2524. Grayscale: #B1B1B1. Windows color (decimal): -11281701 or 14408275. OLE color: 14408275.

HSL color Cylindrical-coordinate representation of color #53DADB: hue angle of 180.44º degrees, saturation: 0.65, 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 #53DADB is Cyan = 0.62, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 218 219 -
CMYK 0.62 0.00 0 0.14
HSL 180.44º 0.65% 0.59% -
HSV(B) 180.44º 0.62% 0.86% -
XYZ 41.42 57.1 75.86 -
YUV 177.75 151.27 60.42 -
System Red Green Blue C M Y K H S L
Decimal 83 218 219 0.62 0.00 0 0.14 180.44 0.65 0.59
Hex 53 DA DB 3E 0 0 E B4 41 3B
Octal 123 332 333 76 0 0 16 264 101 73
Binary 1010011 11011010 11011011 111110 0 0 1110 10110100 1000001 111011

Color Harmonies of #53DADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DADB

Black with #53DADB

Text Example


Text Example

White with #53DADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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