Html Css Color HEX #53EADB Turquoise

📋 copy color: '#53EADB'

red 83 ◦ green 234 ◦ blue 219

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

Shades of Turquoise #53EADB

Tints of Turquoise #53EADB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 43.66%

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

R = 15.49%
G = 43.66%
B = 40.86%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#53EADB (or 0x53EADB) is known color: Turquoise. HEX triplet: 53, EA and DB. RGB value is (83,234,219). Sum of RGB (Red+Green+Blue) = 83+234+219=536 (70% of max value = 765). Red value is 83 (32.81% from 255 or 15.49% from 536); Green value is 234 (91.80% from 255 or 43.66% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 234 - color contains mainly: green. Hex color #53EADB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53EADB is #AC1524. Grayscale: #BBBBBB. Windows color (decimal): -11277605 or 14412371. OLE color: 14412371.

HSL color Cylindrical-coordinate representation of color #53EADB: hue angle of 174.04º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53EADB is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 83 234 219 -
CMYK 0.65 0 0.06 0.08
HSL 174.04º 0.78% 0.62% -
HSV(B) 174.04º 0.65% 0.92% -
XYZ 45.78 65.8 77.31 -
YUV 187.14 145.97 53.72 -
System Red Green Blue C M Y K H S L
Decimal 83 234 219 0.65 0 0.06 0.08 174.04 0.78 0.62
Hex 53 EA DB 41 0 6 8 AE 4E 3E
Octal 123 352 333 101 0 6 10 256 116 76
Binary 1010011 11101010 11011011 1000001 0 110 1000 10101110 1001110 111110

Color Harmonies of #53EADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53EADB

Black with #53EADB

Text Example


Text Example

White with #53EADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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