#52F5F1

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

Shades of Baby Blue #52F5F1

Tints of Baby Blue #52F5F1

Color information

#52F5F1 (or 0x52F5F1) is unknown color: approx Baby Blue. HEX triplet: 52, F5 and F1. RGB value is (82,245,241). Sum of RGB (Red+Green+Blue) = 82+245+241=568 (75% of max value = 765). Red value is 82 (32.42% from 255 or 14.44% from 568); Green value is 245 (96.09% from 255 or 43.13% from 568); Blue value is 241 (94.53% from 255 or 42.43% from 568); Max value from RGB is 245 - color contains mainly: green. Hex color #52F5F1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #52F5F1 is #AD0A0E. Grayscale: #C3C3C3. Windows color (decimal): -11340303 or 15856978. OLE color: 15856978.

HSL color Cylindrical-coordinate representation of color #52F5F1: hue angle of 178.53º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52F5F1 is Cyan = 0.67, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB82245241-
CMYK0.6700.020.04
HSL178.53º89.07%64.12%-
HSV(B)178.53º66.53%96.08%-
XYZ52.0173.4594.66-
YUV195.81153.546.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 14.44%
GREEN value IS 245 (96.09% from 255) = 43.13%
BLUE value IS 241 (94.53% from 255) = 42.43%
R=14.44%
G=43.13%
B=42.43%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal822452410.6700.020.04178.5389.0764.12
Hex52F5F143024b35940
Octal122365361103024263131100
Binary1010010111101011111000110000110101001011001110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52F5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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