#52F3C4

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

Shades of Turquoise #52F3C4

Tints of Turquoise #52F3C4

Color information

#52F3C4 (or 0x52F3C4) is unknown color: approx Turquoise. HEX triplet: 52, F3 and C4. RGB value is (82,243,196). Sum of RGB (Red+Green+Blue) = 82+243+196=521 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.74% from 521); Green value is 243 (95.31% from 255 or 46.64% from 521); Blue value is 196 (76.95% from 255 or 37.62% from 521); Max value from RGB is 243 - color contains mainly: green. Hex color #52F3C4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52F3C4 is #AD0C3B. Grayscale: #BDBDBD. Windows color (decimal): -11340860 or 12907346. OLE color: 12907346.

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

Color convert

RGB82243196-
CMYK0.6600.190.05
HSL162.48º87.03%63.73%-
HSV(B)162.48º66.26%95.29%-
XYZ45.4969.8863.32-
YUV189.5131.6651.32-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 15.74%
GREEN value IS 243 (95.31% from 255) = 46.64%
BLUE value IS 196 (76.95% from 255) = 37.62%
R=15.74%
G=46.64%
B=37.62%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal822431960.6600.190.05162.4887.0363.73
Hex52F3C4420135a25740
Octal1223633041020235242127100
Binary1010010111100111100010010000100100111011010001010101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52F3C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,243,196); }

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

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

 a { background-color: rgb(82,243,196); }

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

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

 span { border-color: rgb(82,243,196); }

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