Html Css Color HEX #53FED0 Turquoise

📋 copy color: '#53FED0'

red 83 ◦ green 254 ◦ blue 208

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

Shades of Turquoise #53FED0

Tints of Turquoise #53FED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.17%

R = 15.23%
G = 46.61%
B = 38.17%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#53FED0 (or 0x53FED0) is known color: Turquoise. HEX triplet: 53, FE and D0. RGB value is (83,254,208). Sum of RGB (Red+Green+Blue) = 83+254+208=545 (72% of max value = 765). Red value is 83 (32.81% from 255 or 15.23% from 545); Green value is 254 (99.61% from 255 or 46.61% from 545); Blue value is 208 (81.64% from 255 or 38.17% from 545); Max value from RGB is 254 - color contains mainly: green. Hex color #53FED0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FED0 is #AC012F. Grayscale: #C5C5C5. Windows color (decimal): -11272496 or 13696595. OLE color: 13696595.

HSL color Cylindrical-coordinate representation of color #53FED0: hue angle of 163.86º 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 #53FED0 is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.

Color convert

RGB 83 254 208 -
CMYK 0.67 0 0.18 0.00
HSL 163.86º 0.99% 0.66% -
HSV(B) 163.86º 0.67% 1% -
XYZ 50.39 77.28 71.93 -
YUV 197.63 133.85 46.24 -
System Red Green Blue C M Y K H S L
Decimal 83 254 208 0.67 0 0.18 0.00 163.86 0.99 0.66
Hex 53 FE D0 43 0 12 0 A4 63 42
Octal 123 376 320 103 0 22 0 244 143 102
Binary 1010011 11111110 11010000 1000011 0 10010 0 10100100 1100011 1000010

Color Harmonies of #53FED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FED0

Black with #53FED0

Text Example


Text Example

White with #53FED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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