#B2EDFD

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

Shades of Pale Turquoise #B2EDFD

Tints of Pale Turquoise #B2EDFD

Color information

#B2EDFD (or 0xB2EDFD) is unknown color: approx Pale Turquoise. HEX triplet: B2, ED and FD. RGB value is (178,237,253). Sum of RGB (Red+Green+Blue) = 178+237+253=668 (88% of max value = 765). Red value is 178 (69.92% from 255 or 26.65% from 668); Green value is 237 (92.97% from 255 or 35.48% from 668); Blue value is 253 (99.22% from 255 or 37.87% from 668); Max value from RGB is 253 - color contains mainly: blue. Hex color #B2EDFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2EDFD is #4D1202. Grayscale: #DDDDDD. Windows color (decimal): -5050883 or 16641458. OLE color: 16641458.

HSL color Cylindrical-coordinate representation of color #B2EDFD: hue angle of 192.8º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2EDFD is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB178237253-
CMYK0.300.0600.01
HSL192.8º94.94%84.51%-
HSV(B)192.8º29.64%99.22%-
XYZ66.3777.13104.32-
YUV221.18145.9597.2-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 26.65%
GREEN value IS 237 (92.97% from 255) = 35.48%
BLUE value IS 253 (99.22% from 255) = 37.87%
R=26.65%
G=35.48%
B=37.87%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1782372530.300.0600.01192.894.9484.51
HexB2EDFD1E601c15f55
Octal26235537536601301137125
Binary10110010111011011111110111110110011100000110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EDFD; }

 p { color: rgb(178,237,253); }

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

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

 a { background-color: rgb(178,237,253); }

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

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

 span { border-color: rgb(178,237,253); }

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