Html Css Color HEX #53FCC8 Turquoise

📋 copy color: '#53FCC8'

red 83 ◦ green 252 ◦ blue 200

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

Shades of Turquoise #53FCC8

Tints of Turquoise #53FCC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.38%

R = 15.51%
G = 47.1%
B = 37.38%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#53FCC8 (or 0x53FCC8) is known color: Turquoise. HEX triplet: 53, FC and C8. RGB value is (83,252,200). Sum of RGB (Red+Green+Blue) = 83+252+200=535 (70% of max value = 765). Red value is 83 (32.81% from 255 or 15.51% from 535); Green value is 252 (98.83% from 255 or 47.10% from 535); Blue value is 200 (78.52% from 255 or 37.38% from 535); Max value from RGB is 252 - color contains mainly: green. Hex color #53FCC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FCC8 is #AC0337. Grayscale: #C3C3C3. Windows color (decimal): -11273016 or 13171795. OLE color: 13171795.

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

Color convert

RGB 83 252 200 -
CMYK 0.67 0 0.21 0.01
HSL 161.54º 0.97% 0.66% -
HSV(B) 161.54º 0.67% 0.99% -
XYZ 48.8 75.63 66.67 -
YUV 195.54 130.51 47.73 -
System Red Green Blue C M Y K H S L
Decimal 83 252 200 0.67 0 0.21 0.01 161.54 0.97 0.66
Hex 53 FC C8 43 0 15 1 A2 61 42
Octal 123 374 310 103 0 25 1 242 141 102
Binary 1010011 11111100 11001000 1000011 0 10101 1 10100010 1100001 1000010

Color Harmonies of #53FCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FCC8

Black with #53FCC8

Text Example


Text Example

White with #53FCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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