#52FBE0

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

Shades of Turquoise #52FBE0

Tints of Turquoise #52FBE0

Color information

#52FBE0 (or 0x52FBE0) is unknown color: approx Turquoise. HEX triplet: 52, FB and E0. RGB value is (82,251,224). Sum of RGB (Red+Green+Blue) = 82+251+224=557 (73% of max value = 765). Red value is 82 (32.42% from 255 or 14.72% from 557); Green value is 251 (98.44% from 255 or 45.06% from 557); Blue value is 224 (87.89% from 255 or 40.22% from 557); Max value from RGB is 251 - color contains mainly: green. Hex color #52FBE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FBE0 is #AD041F. Grayscale: #C5C5C5. Windows color (decimal): -11338784 or 14744402. OLE color: 14744402.

HSL color Cylindrical-coordinate representation of color #52FBE0: hue angle of 170.41º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52FBE0 is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB82251224-
CMYK0.6700.110.02
HSL170.41º95.48%65.29%-
HSV(B)170.41º67.33%98.43%-
XYZ51.4376.1782.51-
YUV197.39143.0145.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 14.72%
GREEN value IS 251 (98.44% from 255) = 45.06%
BLUE value IS 224 (87.89% from 255) = 40.22%
R=14.72%
G=45.06%
B=40.22%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal822512240.6700.110.02170.4195.4865.29
Hex52FBE0430B2aa5f41
Octal1223733401030132252137101
Binary10100101111101111100000100001101011101010101010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52FBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52FBE0; }

 p { color: rgb(82,251,224); }

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

<style>
 a { background-color: #52FBE0; }

 a { background-color: rgb(82,251,224); }

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

<style>
 span { border-color: #52FBE0; }

 span { border-color: rgb(82,251,224); }

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