#B8F6FE

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

Shades of Pale Turquoise #B8F6FE

Tints of Pale Turquoise #B8F6FE

Color information

#B8F6FE (or 0xB8F6FE) is unknown color: approx Pale Turquoise. HEX triplet: B8, F6 and FE. RGB value is (184,246,254). Sum of RGB (Red+Green+Blue) = 184+246+254=684 (90% of max value = 765). Red value is 184 (72.27% from 255 or 26.90% from 684); Green value is 246 (96.48% from 255 or 35.96% from 684); Blue value is 254 (99.61% from 255 or 37.13% from 684); Max value from RGB is 254 - color contains mainly: blue. Hex color #B8F6FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8F6FE is #470901. Grayscale: #E4E4E4. Windows color (decimal): -4655362 or 16709304. OLE color: 16709304.

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

Color convert

RGB184246254-
CMYK0.280.0300.00
HSL186.86º97.22%85.88%-
HSV(B)186.86º27.56%99.61%-
XYZ70.6183.26106.11-
YUV228.37142.4696.35-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 26.90%
GREEN value IS 246 (96.48% from 255) = 35.96%
BLUE value IS 254 (99.61% from 255) = 37.13%
R=26.90%
G=35.96%
B=37.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1842462540.280.0300.00186.8697.2285.88
HexB8F6FE1C300bb6156
Octal27036637634300273141126
Binary1011100011110110111111101110011001011101111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8F6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8F6FE; }

 p { color: rgb(184,246,254); }

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

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

 a { background-color: rgb(184,246,254); }

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

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

 span { border-color: rgb(184,246,254); }

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