Html Css Color HEX #53EEDB Turquoise

📋 copy color: '#53EEDB'

red 83 ◦ green 238 ◦ blue 219

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

Shades of Turquoise #53EEDB

Tints of Turquoise #53EEDB

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.07%

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

R = 15.37%
G = 44.07%
B = 40.56%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#53EEDB (or 0x53EEDB) is known color: Turquoise. HEX triplet: 53, EE and DB. RGB value is (83,238,219). Sum of RGB (Red+Green+Blue) = 83+238+219=540 (71% of max value = 765). Red value is 83 (32.81% from 255 or 15.37% from 540); Green value is 238 (93.36% from 255 or 44.07% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 238 - color contains mainly: green. Hex color #53EEDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53EEDB is #AC1124. Grayscale: #BDBDBD. Windows color (decimal): -11276581 or 14413395. OLE color: 14413395.

HSL color Cylindrical-coordinate representation of color #53EEDB: hue angle of 172.65º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53EEDB is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 83 238 219 -
CMYK 0.65 0 0.08 0.07
HSL 172.65º 0.82% 0.63% -
HSV(B) 172.65º 0.65% 0.93% -
XYZ 46.93 68.1 77.69 -
YUV 189.49 144.65 52.04 -
System Red Green Blue C M Y K H S L
Decimal 83 238 219 0.65 0 0.08 0.07 172.65 0.82 0.63
Hex 53 EE DB 41 0 8 7 AD 52 3F
Octal 123 356 333 101 0 10 7 255 122 77
Binary 1010011 11101110 11011011 1000001 0 1000 111 10101101 1010010 111111

Color Harmonies of #53EEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53EEDB

Black with #53EEDB

Text Example


Text Example

White with #53EEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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