Html Css Color HEX #53FCC6 Turquoise

📋 copy color: '#53FCC6'

red 83 ◦ green 252 ◦ blue 198

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

Shades of Turquoise #53FCC6

Tints of Turquoise #53FCC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.15%

R = 15.57%
G = 47.28%
B = 37.15%

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

#53FCC6 (or 0x53FCC6) is known color: Turquoise. HEX triplet: 53, FC and C6. RGB value is (83,252,198). Sum of RGB (Red+Green+Blue) = 83+252+198=533 (70% of max value = 765). Red value is 83 (32.81% from 255 or 15.57% from 533); Green value is 252 (98.83% from 255 or 47.28% from 533); Blue value is 198 (77.73% from 255 or 37.15% from 533); Max value from RGB is 252 - color contains mainly: green. Hex color #53FCC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FCC6 is #AC0339. Grayscale: #C3C3C3. Windows color (decimal): -11273018 or 13040723. OLE color: 13040723.

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

Color convert

RGB 83 252 198 -
CMYK 0.67 0 0.21 0.01
HSL 160.83º 0.97% 0.66% -
HSV(B) 160.83º 0.67% 0.99% -
XYZ 48.57 75.54 65.45 -
YUV 195.31 129.51 47.89 -
System Red Green Blue C M Y K H S L
Decimal 83 252 198 0.67 0 0.21 0.01 160.83 0.97 0.66
Hex 53 FC C6 43 0 15 1 A1 61 42
Octal 123 374 306 103 0 25 1 241 141 102
Binary 1010011 11111100 11000110 1000011 0 10101 1 10100001 1100001 1000010

Color Harmonies of #53FCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FCC6

Black with #53FCC6

Text Example


Text Example

White with #53FCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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