Html Css Color HEX #53EFDB Turquoise

📋 copy color: '#53EFDB'

red 83 ◦ green 239 ◦ blue 219

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

Shades of Turquoise #53EFDB

Tints of Turquoise #53EFDB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.18%

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

R = 15.34%
G = 44.18%
B = 40.48%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#53EFDB (or 0x53EFDB) is known color: Turquoise. HEX triplet: 53, EF and DB. RGB value is (83,239,219). Sum of RGB (Red+Green+Blue) = 83+239+219=541 (71% of max value = 765). Red value is 83 (32.81% from 255 or 15.34% from 541); Green value is 239 (93.75% from 255 or 44.18% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 239 - color contains mainly: green. Hex color #53EFDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53EFDB is #AC1024. Grayscale: #BEBEBE. Windows color (decimal): -11276325 or 14413651. OLE color: 14413651.

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

Color convert

RGB 83 239 219 -
CMYK 0.65 0 0.08 0.06
HSL 172.31º 0.83% 0.63% -
HSV(B) 172.31º 0.65% 0.94% -
XYZ 47.22 68.69 77.79 -
YUV 190.08 144.32 51.63 -
System Red Green Blue C M Y K H S L
Decimal 83 239 219 0.65 0 0.08 0.06 172.31 0.83 0.63
Hex 53 EF DB 41 0 8 6 AC 53 3F
Octal 123 357 333 101 0 10 6 254 123 77
Binary 1010011 11101111 11011011 1000001 0 1000 110 10101100 1010011 111111

Color Harmonies of #53EFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53EFDB

Black with #53EFDB

Text Example


Text Example

White with #53EFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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