#B2F0EE

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

Shades of Pale Turquoise #B2F0EE

Tints of Pale Turquoise #B2F0EE

Color information

#B2F0EE (or 0xB2F0EE) is unknown color: approx Pale Turquoise. HEX triplet: B2, F0 and EE. RGB value is (178,240,238). Sum of RGB (Red+Green+Blue) = 178+240+238=656 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.13% from 656); Green value is 240 (94.14% from 255 or 36.59% from 656); Blue value is 238 (93.36% from 255 or 36.28% from 656); Max value from RGB is 240 - color contains mainly: green. Hex color #B2F0EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2F0EE is #4D0F11. Grayscale: #DDDDDD. Windows color (decimal): -5050130 or 15659186. OLE color: 15659186.

HSL color Cylindrical-coordinate representation of color #B2F0EE: hue angle of 178.06º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2F0EE is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB178240238-
CMYK0.2600.010.06
HSL178.06º67.39%81.96%-
HSV(B)178.06º25.83%94.12%-
XYZ64.9577.9692.51-
YUV221.23137.4697.16-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 27.13%
GREEN value IS 240 (94.14% from 255) = 36.59%
BLUE value IS 238 (93.36% from 255) = 36.28%
R=27.13%
G=36.59%
B=36.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1782402380.2600.010.06178.0667.3981.96
HexB2F0EE1A016b24352
Octal26236035632016262103122
Binary10110010111100001110111011010011101011001010000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2F0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2F0EE; }

 p { color: rgb(178,240,238); }

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

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

 a { background-color: rgb(178,240,238); }

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

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

 span { border-color: rgb(178,240,238); }

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