#B6FBEE

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

Shades of Pale Turquoise #B6FBEE

Tints of Pale Turquoise #B6FBEE

Color information

#B6FBEE (or 0xB6FBEE) is unknown color: approx Pale Turquoise. HEX triplet: B6, FB and EE. RGB value is (182,251,238). Sum of RGB (Red+Green+Blue) = 182+251+238=671 (88% of max value = 765). Red value is 182 (71.48% from 255 or 27.12% from 671); Green value is 251 (98.44% from 255 or 37.41% from 671); Blue value is 238 (93.36% from 255 or 35.47% from 671); Max value from RGB is 251 - color contains mainly: green. Hex color #B6FBEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6FBEE is #490411. Grayscale: #E4E4E4. Windows color (decimal): -4785170 or 15662006. OLE color: 15662006.

HSL color Cylindrical-coordinate representation of color #B6FBEE: hue angle of 168.7º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B6FBEE is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB182251238-
CMYK0.2700.050.02
HSL168.7º89.61%84.9%-
HSV(B)168.7º27.49%98.43%-
XYZ69.2285.1193.67-
YUV228.89133.1494.56-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.12%
GREEN value IS 251 (98.44% from 255) = 37.41%
BLUE value IS 238 (93.36% from 255) = 35.47%
R=27.12%
G=37.41%
B=35.47%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1822512380.2700.050.02168.789.6184.9
HexB6FBEE1B052a95a55
Octal26637335633052251132125
Binary101101101111101111101110110110101101010100110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FBEE; }

 p { color: rgb(182,251,238); }

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

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

 a { background-color: rgb(182,251,238); }

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

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

 span { border-color: rgb(182,251,238); }

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