#52D7F1

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

Shades of Turquoise Blue #52D7F1

Tints of Turquoise Blue #52D7F1

Color information

#52D7F1 (or 0x52D7F1) is unknown color: approx Turquoise Blue. HEX triplet: 52, D7 and F1. RGB value is (82,215,241). Sum of RGB (Red+Green+Blue) = 82+215+241=538 (71% of max value = 765). Red value is 82 (32.42% from 255 or 15.24% from 538); Green value is 215 (84.38% from 255 or 39.96% from 538); Blue value is 241 (94.53% from 255 or 44.80% from 538); Max value from RGB is 241 - color contains mainly: blue. Hex color #52D7F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52D7F1 is #AD280E. Grayscale: #B1B1B1. Windows color (decimal): -11347983 or 15849298. OLE color: 15849298.

HSL color Cylindrical-coordinate representation of color #52D7F1: hue angle of 189.81º 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 #52D7F1 is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB82215241-
CMYK0.660.1100.05
HSL189.81º85.03%63.33%-
HSV(B)189.81º65.98%94.51%-
XYZ43.6656.7591.87-
YUV178.2163.4459.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 15.24%
GREEN value IS 215 (84.38% from 255) = 39.96%
BLUE value IS 241 (94.53% from 255) = 44.80%
R=15.24%
G=39.96%
B=44.80%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal822152410.660.1100.05189.8185.0363.33
Hex52D7F142B05be553f
Octal122327361102130527612577
Binary10100101101011111110001100001010110101101111101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52D7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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