#53F0C8

Color #53F0C8 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #53F0C8

Tints of Turquoise #53F0C8

Color information

#53F0C8 (or 0x53F0C8) is unknown color: approx Turquoise. HEX triplet: 53, F0 and C8. RGB value is (83,240,200). Sum of RGB (Red+Green+Blue) = 83+240+200=523 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.87% from 523); Green value is 240 (94.14% from 255 or 45.89% from 523); Blue value is 200 (78.52% from 255 or 38.24% from 523); Max value from RGB is 240 - color contains mainly: green. Hex color #53F0C8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53F0C8 is #AC0F37. Grayscale: #BCBCBC. Windows color (decimal): -11276088 or 13168723. OLE color: 13168723.

HSL color Cylindrical-coordinate representation of color #53F0C8: hue angle of 164.71º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53F0C8 is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB83240200-
CMYK0.6500.170.06
HSL164.71º83.96%63.33%-
HSV(B)164.71º65.42%94.12%-
XYZ45.1568.3365.45-
YUV188.5134.4952.75-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 15.87%
GREEN value IS 240 (94.14% from 255) = 45.89%
BLUE value IS 200 (78.52% from 255) = 38.24%
R=15.87%
G=45.89%
B=38.24%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal832402000.6500.170.06164.7183.9663.33
Hex53F0C8410116a5543f
Octal123360310101021624512477
Binary101001111110000110010001000001010001110101001011010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53F0C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #53F0C8;
 }
 .AnyTagClassName
 {
   color: #53F0C8;
 }
</style>
background-color css

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

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

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

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

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

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