#52FBC2

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

Shades of Turquoise #52FBC2

Tints of Turquoise #52FBC2

Color information

#52FBC2 (or 0x52FBC2) is unknown color: approx Turquoise. HEX triplet: 52, FB and C2. RGB value is (82,251,194). Sum of RGB (Red+Green+Blue) = 82+251+194=527 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.56% from 527); Green value is 251 (98.44% from 255 or 47.63% from 527); Blue value is 194 (76.17% from 255 or 36.81% from 527); Max value from RGB is 251 - color contains mainly: green. Hex color #52FBC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FBC2 is #AD043D. Grayscale: #C2C2C2. Windows color (decimal): -11338814 or 12778322. OLE color: 12778322.

HSL color Cylindrical-coordinate representation of color #52FBC2: hue angle of 159.76º 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 #52FBC2 is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB82251194-
CMYK0.6700.230.02
HSL159.76º95.48%65.29%-
HSV(B)159.76º67.33%98.43%-
XYZ47.7174.6862.94-
YUV193.97128.0148.13-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 15.56%
GREEN value IS 251 (98.44% from 255) = 47.63%
BLUE value IS 194 (76.17% from 255) = 36.81%
R=15.56%
G=47.63%
B=36.81%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal822511940.6700.230.02159.7695.4865.29
Hex52FBC2430172a05f41
Octal1223733021030272240137101
Binary101001011111011110000101000011010111101010000010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52FBC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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