#B6FEFF

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

Shades of Pale Turquoise #B6FEFF

Tints of Pale Turquoise #B6FEFF

Color information

#B6FEFF (or 0xB6FEFF) is unknown color: approx Pale Turquoise. HEX triplet: B6, FE and FF. RGB value is (182,254,255). Sum of RGB (Red+Green+Blue) = 182+254+255=691 (91% of max value = 765). Red value is 182 (71.48% from 255 or 26.34% from 691); Green value is 254 (99.61% from 255 or 36.76% from 691); Blue value is 255 (100% from 255 or 36.90% from 691); Max value from RGB is 255 - color contains mainly: blue. Hex color #B6FEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6FEFF is #490100. Grayscale: #E8E8E8. Windows color (decimal): -4784385 or 16776886. OLE color: 16776886.

HSL color Cylindrical-coordinate representation of color #B6FEFF: hue angle of 180.82º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B6FEFF is Cyan = 0.29, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB182254255-
CMYK0.290.0000
HSL180.82º100%85.69%-
HSV(B)180.82º28.63%100%-
XYZ72.7888.05107.77-
YUV232.59140.6591.92-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 26.34%
GREEN value IS 254 (99.61% from 255) = 36.76%
BLUE value IS 255 (100% from 255) = 36.90%
R=26.34%
G=36.76%
B=36.90%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1822542550.290.0000180.8210085.69
HexB6FEFF1D000b56456
Octal26637637735000265144126
Binary101101101111111011111111111010001011010111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FEFF; }

 p { color: rgb(182,254,255); }

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

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

 a { background-color: rgb(182,254,255); }

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

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

 span { border-color: rgb(182,254,255); }

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