Html Css Color HEX #53FEDB Turquoise

📋 copy color: '#53FEDB'

red 83 ◦ green 254 ◦ blue 219

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

Shades of Turquoise #53FEDB

Tints of Turquoise #53FEDB

RGB

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

 GREEN value IS 254 (99.61% from 255) = 45.68%

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

R = 14.93%
G = 45.68%
B = 39.39%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#53FEDB (or 0x53FEDB) is known color: Turquoise. HEX triplet: 53, FE and DB. RGB value is (83,254,219). Sum of RGB (Red+Green+Blue) = 83+254+219=556 (73% of max value = 765). Red value is 83 (32.81% from 255 or 14.93% from 556); Green value is 254 (99.61% from 255 or 45.68% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 254 - color contains mainly: green. Hex color #53FEDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FEDB is #AC0124. Grayscale: #C6C6C6. Windows color (decimal): -11272485 or 14417491. OLE color: 14417491.

HSL color Cylindrical-coordinate representation of color #53FEDB: hue angle of 167.72º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53FEDB is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB 83 254 219 -
CMYK 0.67 0 0.14 0.00
HSL 167.72º 0.99% 0.66% -
HSV(B) 167.72º 0.67% 1% -
XYZ 51.8 77.84 79.31 -
YUV 198.88 139.35 45.35 -
System Red Green Blue C M Y K H S L
Decimal 83 254 219 0.67 0 0.14 0.00 167.72 0.99 0.66
Hex 53 FE DB 43 0 E 0 A8 63 42
Octal 123 376 333 103 0 16 0 250 143 102
Binary 1010011 11111110 11011011 1000011 0 1110 0 10101000 1100011 1000010

Color Harmonies of #53FEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FEDB

Black with #53FEDB

Text Example


Text Example

White with #53FEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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