#52F1BC

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

Shades of Turquoise #52F1BC

Tints of Turquoise #52F1BC

Color information

#52F1BC (or 0x52F1BC) is unknown color: approx Turquoise. HEX triplet: 52, F1 and BC. RGB value is (82,241,188). Sum of RGB (Red+Green+Blue) = 82+241+188=511 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.05% from 511); Green value is 241 (94.53% from 255 or 47.16% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 241 - color contains mainly: green. Hex color #52F1BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52F1BC is #AD0E43. Grayscale: #BBBBBB. Windows color (decimal): -11341380 or 12382546. OLE color: 12382546.

HSL color Cylindrical-coordinate representation of color #52F1BC: hue angle of 160º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F1BC is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB82241188-
CMYK0.6600.220.05
HSL160º85.03%63.33%-
HSV(B)160º65.98%94.51%-
XYZ44.0168.3458.45-
YUV187.42128.3252.81-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.05%
GREEN value IS 241 (94.53% from 255) = 47.16%
BLUE value IS 188 (73.83% from 255) = 36.79%
R=16.05%
G=47.16%
B=36.79%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal822411880.6600.220.0516085.0363.33
Hex52F1BC420165a0553f
Octal122361274102026524012577
Binary101001011110001101111001000010010110101101000001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52F1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,241,188); }

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

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

 a { background-color: rgb(82,241,188); }

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

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

 span { border-color: rgb(82,241,188); }

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