Html Css Color HEX #53DACA Medium Turquoise

📋 copy color: '#53DACA'

red 83 ◦ green 218 ◦ blue 202

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

Shades of Medium Turquoise #53DACA

Tints of Medium Turquoise #53DACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.16%

R = 16.5%
G = 43.34%
B = 40.16%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#53DACA (or 0x53DACA) is known color: Medium Turquoise. HEX triplet: 53, DA and CA. RGB value is (83,218,202). Sum of RGB (Red+Green+Blue) = 83+218+202=503 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.50% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 218 - color contains mainly: green. Hex color #53DACA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DACA is #AC2535. Grayscale: #AFAFAF. Windows color (decimal): -11281718 or 13294163. OLE color: 13294163.

HSL color Cylindrical-coordinate representation of color #53DACA: hue angle of 172.89º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53DACA is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 83 218 202 -
CMYK 0.62 0 0.07 0.15
HSL 172.89º 0.65% 0.59% -
HSV(B) 172.89º 0.62% 0.85% -
XYZ 39.3 56.25 64.66 -
YUV 175.81 142.77 61.8 -
System Red Green Blue C M Y K H S L
Decimal 83 218 202 0.62 0 0.07 0.15 172.89 0.65 0.59
Hex 53 DA CA 3E 0 7 F AD 41 3B
Octal 123 332 312 76 0 7 17 255 101 73
Binary 1010011 11011010 11001010 111110 0 111 1111 10101101 1000001 111011

Color Harmonies of #53DACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DACA

Black with #53DACA

Text Example


Text Example

White with #53DACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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