Html Css Color HEX #53F4DB Turquoise

📋 copy color: '#53F4DB'

red 83 ◦ green 244 ◦ blue 219

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

Shades of Turquoise #53F4DB

Tints of Turquoise #53F4DB

RGB

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

 GREEN value IS 244 (95.7% from 255) = 44.69%

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

R = 15.2%
G = 44.69%
B = 40.11%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#53F4DB (or 0x53F4DB) is known color: Turquoise. HEX triplet: 53, F4 and DB. RGB value is (83,244,219). Sum of RGB (Red+Green+Blue) = 83+244+219=546 (72% of max value = 765). Red value is 83 (32.81% from 255 or 15.20% from 546); Green value is 244 (95.70% from 255 or 44.69% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 244 - color contains mainly: green. Hex color #53F4DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53F4DB is #AC0B24. Grayscale: #C0C0C0. Windows color (decimal): -11275045 or 14414931. OLE color: 14414931.

HSL color Cylindrical-coordinate representation of color #53F4DB: hue angle of 170.68º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53F4DB is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 83 244 219 -
CMYK 0.66 0 0.10 0.04
HSL 170.68º 0.88% 0.64% -
HSV(B) 170.68º 0.66% 0.96% -
XYZ 48.7 71.65 78.28 -
YUV 193.01 142.66 49.53 -
System Red Green Blue C M Y K H S L
Decimal 83 244 219 0.66 0 0.10 0.04 170.68 0.88 0.64
Hex 53 F4 DB 42 0 A 4 AB 58 40
Octal 123 364 333 102 0 12 4 253 130 100
Binary 1010011 11110100 11011011 1000010 0 1010 100 10101011 1011000 1000000

Color Harmonies of #53F4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53F4DB

Black with #53F4DB

Text Example


Text Example

White with #53F4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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