#52DFF4

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

Shades of Turquoise Blue #52DFF4

Tints of Turquoise Blue #52DFF4

Color information

#52DFF4 (or 0x52DFF4) is unknown color: approx Turquoise Blue. HEX triplet: 52, DF and F4. RGB value is (82,223,244). Sum of RGB (Red+Green+Blue) = 82+223+244=549 (72% of max value = 765). Red value is 82 (32.42% from 255 or 14.94% from 549); Green value is 223 (87.5% from 255 or 40.62% from 549); Blue value is 244 (95.70% from 255 or 44.44% from 549); Max value from RGB is 244 - color contains mainly: blue. Hex color #52DFF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52DFF4 is #AD200B. Grayscale: #B7B7B7. Windows color (decimal): -11345932 or 16047954. OLE color: 16047954.

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

Color convert

RGB82223244-
CMYK0.660.0900.04
HSL187.78º88.04%63.92%-
HSV(B)187.78º66.39%95.69%-
XYZ46.261.194.95-
YUV183.24162.2955.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 14.94%
GREEN value IS 223 (87.5% from 255) = 40.62%
BLUE value IS 244 (95.70% from 255) = 44.44%
R=14.94%
G=40.62%
B=44.44%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal822232440.660.0900.04187.7888.0463.92
Hex52DFF442904bc5840
Octal1223373641021104274130100
Binary101001011011111111101001000010100101001011110010110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52DFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,223,244); }

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

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

 a { background-color: rgb(82,223,244); }

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

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

 span { border-color: rgb(82,223,244); }

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