#52CEF1

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

Shades of Turquoise Blue #52CEF1

Tints of Turquoise Blue #52CEF1

Color information

#52CEF1 (or 0x52CEF1) is unknown color: approx Turquoise Blue. HEX triplet: 52, CE and F1. RGB value is (82,206,241). Sum of RGB (Red+Green+Blue) = 82+206+241=529 (70% of max value = 765). Red value is 82 (32.42% from 255 or 15.50% from 529); Green value is 206 (80.86% from 255 or 38.94% from 529); Blue value is 241 (94.53% from 255 or 45.56% from 529); Max value from RGB is 241 - color contains mainly: blue. Hex color #52CEF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52CEF1 is #AD310E. Grayscale: #ACACAC. Windows color (decimal): -11350287 or 15846994. OLE color: 15846994.

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

Color convert

RGB82206241-
CMYK0.660.1500.05
HSL193.21º85.03%63.33%-
HSV(B)193.21º65.98%94.51%-
XYZ41.4352.2991.13-
YUV172.91166.4263.15-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 15.50%
GREEN value IS 206 (80.86% from 255) = 38.94%
BLUE value IS 241 (94.53% from 255) = 45.56%
R=15.50%
G=38.94%
B=45.56%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal822062410.660.1500.05193.2185.0363.33
Hex52CEF142F05c1553f
Octal122316361102170530112577
Binary10100101100111011110001100001011110101110000011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52CEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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