Html Css Color HEX #53FADE Turquoise

📋 copy color: '#53FADE'

red 83 ◦ green 250 ◦ blue 222

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

Shades of Turquoise #53FADE

Tints of Turquoise #53FADE

RGB

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

 GREEN value IS 250 (98.05% from 255) = 45.05%

 BLUE value IS 222 (87.11% from 255) = 40%

R = 14.95%
G = 45.05%
B = 40%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#53FADE (or 0x53FADE) is known color: Turquoise. HEX triplet: 53, FA and DE. RGB value is (83,250,222). Sum of RGB (Red+Green+Blue) = 83+250+222=555 (73% of max value = 765). Red value is 83 (32.81% from 255 or 14.95% from 555); Green value is 250 (98.05% from 255 or 45.05% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 250 - color contains mainly: green. Hex color #53FADE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FADE is #AC0521. Grayscale: #C4C4C4. Windows color (decimal): -11273506 or 14613075. OLE color: 14613075.

HSL color Cylindrical-coordinate representation of color #53FADE: hue angle of 169.94º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53FADE is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 83 250 222 -
CMYK 0.67 0 0.11 0.02
HSL 169.94º 0.94% 0.65% -
HSV(B) 169.94º 0.67% 0.98% -
XYZ 50.94 75.48 80.99 -
YUV 196.88 142.17 46.78 -
System Red Green Blue C M Y K H S L
Decimal 83 250 222 0.67 0 0.11 0.02 169.94 0.94 0.65
Hex 53 FA DE 43 0 B 2 AA 5E 41
Octal 123 372 336 103 0 13 2 252 136 101
Binary 1010011 11111010 11011110 1000011 0 1011 10 10101010 1011110 1000001

Color Harmonies of #53FADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FADE

Black with #53FADE

Text Example


Text Example

White with #53FADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,250,222); }

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

background-color css

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

 a { background-color: rgb(83,250,222); }

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

border-color css

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

 span { border-color: rgb(83,250,222); }

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