Html Css Color HEX #53FCD5 Turquoise

📋 copy color: '#53FCD5'

red 83 ◦ green 252 ◦ blue 213

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

Shades of Turquoise #53FCD5

Tints of Turquoise #53FCD5

RGB

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

 GREEN value IS 252 (98.83% from 255) = 45.99%

 BLUE value IS 213 (83.59% from 255) = 38.87%

R = 15.15%
G = 45.99%
B = 38.87%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#53FCD5 (or 0x53FCD5) is known color: Turquoise. HEX triplet: 53, FC and D5. RGB value is (83,252,213). Sum of RGB (Red+Green+Blue) = 83+252+213=548 (72% of max value = 765). Red value is 83 (32.81% from 255 or 15.15% from 548); Green value is 252 (98.83% from 255 or 45.99% from 548); Blue value is 213 (83.59% from 255 or 38.87% from 548); Max value from RGB is 252 - color contains mainly: green. Hex color #53FCD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FCD5 is #AC032A. Grayscale: #C5C5C5. Windows color (decimal): -11273003 or 14023763. OLE color: 14023763.

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

Color convert

RGB 83 252 213 -
CMYK 0.67 0 0.15 0.01
HSL 166.15º 0.97% 0.66% -
HSV(B) 166.15º 0.67% 0.99% -
XYZ 50.39 76.26 75.02 -
YUV 197.02 137.01 46.67 -
System Red Green Blue C M Y K H S L
Decimal 83 252 213 0.67 0 0.15 0.01 166.15 0.97 0.66
Hex 53 FC D5 43 0 F 1 A6 61 42
Octal 123 374 325 103 0 17 1 246 141 102
Binary 1010011 11111100 11010101 1000011 0 1111 1 10100110 1100001 1000010

Color Harmonies of #53FCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FCD5

Black with #53FCD5

Text Example


Text Example

White with #53FCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,252,213); }

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

background-color css

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

 a { background-color: rgb(83,252,213); }

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

border-color css

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

 span { border-color: rgb(83,252,213); }

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