Html Css Color HEX #53EDDB Turquoise

📋 copy color: '#53EDDB'

red 83 ◦ green 237 ◦ blue 219

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

Shades of Turquoise #53EDDB

Tints of Turquoise #53EDDB

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.97%

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

R = 15.4%
G = 43.97%
B = 40.63%

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

#53EDDB (or 0x53EDDB) is known color: Turquoise. HEX triplet: 53, ED and DB. RGB value is (83,237,219). Sum of RGB (Red+Green+Blue) = 83+237+219=539 (71% of max value = 765). Red value is 83 (32.81% from 255 or 15.40% from 539); Green value is 237 (92.97% from 255 or 43.97% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 237 - color contains mainly: green. Hex color #53EDDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53EDDB is #AC1224. Grayscale: #BCBCBC. Windows color (decimal): -11276837 or 14413139. OLE color: 14413139.

HSL color Cylindrical-coordinate representation of color #53EDDB: hue angle of 172.99º degrees, saturation: 0.81, 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 #53EDDB is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 83 237 219 -
CMYK 0.65 0 0.08 0.07
HSL 172.99º 0.81% 0.63% -
HSV(B) 172.99º 0.65% 0.93% -
XYZ 46.64 67.52 77.59 -
YUV 188.9 144.98 52.46 -
System Red Green Blue C M Y K H S L
Decimal 83 237 219 0.65 0 0.08 0.07 172.99 0.81 0.63
Hex 53 ED DB 41 0 8 7 AD 51 3F
Octal 123 355 333 101 0 10 7 255 121 77
Binary 1010011 11101101 11011011 1000001 0 1000 111 10101101 1010001 111111

Color Harmonies of #53EDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53EDDB

Black with #53EDDB

Text Example


Text Example

White with #53EDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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