#52CFFB

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

Shades of Turquoise Blue #52CFFB

Tints of Turquoise Blue #52CFFB

Color information

#52CFFB (or 0x52CFFB) is unknown color: approx Turquoise Blue. HEX triplet: 52, CF and FB. RGB value is (82,207,251). Sum of RGB (Red+Green+Blue) = 82+207+251=540 (71% of max value = 765). Red value is 82 (32.42% from 255 or 15.19% from 540); Green value is 207 (81.25% from 255 or 38.33% from 540); Blue value is 251 (98.44% from 255 or 46.48% from 540); Max value from RGB is 251 - color contains mainly: blue. Hex color #52CFFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52CFFB is #AD3004. Grayscale: #AEAEAE. Windows color (decimal): -11350021 or 16502610. OLE color: 16502610.

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

Color convert

RGB82207251-
CMYK0.670.1800.02
HSL195.62º95.48%65.29%-
HSV(B)195.62º67.33%98.43%-
XYZ43.2153.3899.29-
YUV174.64171.0961.92-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 15.19%
GREEN value IS 207 (81.25% from 255) = 38.33%
BLUE value IS 251 (98.44% from 255) = 46.48%
R=15.19%
G=38.33%
B=46.48%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal822072510.670.1800.02195.6295.4865.29
Hex52CFFB431202c45f41
Octal1223173731032202304137101
Binary101001011001111111110111000011100100101100010010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52CFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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