Html Css Color HEX #53FFD8 Turquoise

📋 copy color: '#53FFD8'

red 83 ◦ green 255 ◦ blue 216

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

Shades of Turquoise #53FFD8

Tints of Turquoise #53FFD8

RGB

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

 GREEN value IS 255 (100% from 255) = 46.03%

 BLUE value IS 216 (84.77% from 255) = 38.99%

R = 14.98%
G = 46.03%
B = 38.99%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#53FFD8 (or 0x53FFD8) is known color: Turquoise. HEX triplet: 53, FF and D8. RGB value is (83,255,216). Sum of RGB (Red+Green+Blue) = 83+255+216=554 (73% of max value = 765). Red value is 83 (32.81% from 255 or 14.98% from 554); Green value is 255 (100% from 255 or 46.03% from 554); Blue value is 216 (84.77% from 255 or 38.99% from 554); Max value from RGB is 255 - color contains mainly: green. Hex color #53FFD8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FFD8 is #AC0027. Grayscale: #C7C7C7. Windows color (decimal): -11272232 or 14221139. OLE color: 14221139.

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

Color convert

RGB 83 255 216 -
CMYK 0.67 0 0.15 0
HSL 166.4º 1% 0.66% -
HSV(B) 166.4º 0.67% 1% -
XYZ 51.72 78.32 77.36 -
YUV 199.13 137.52 45.17 -
System Red Green Blue C M Y K H S L
Decimal 83 255 216 0.67 0 0.15 0 166.4 1 0.66
Hex 53 FF D8 43 0 F 0 A6 64 42
Octal 123 377 330 103 0 17 0 246 144 102
Binary 1010011 11111111 11011000 1000011 0 1111 0 10100110 1100100 1000010

Color Harmonies of #53FFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FFD8

Black with #53FFD8

Text Example


Text Example

White with #53FFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,255,216); }

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

background-color css

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

 a { background-color: rgb(83,255,216); }

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

border-color css

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

 span { border-color: rgb(83,255,216); }

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