#B6F4FE

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

Shades of Pale Turquoise #B6F4FE

Tints of Pale Turquoise #B6F4FE

Color information

#B6F4FE (or 0xB6F4FE) is unknown color: approx Pale Turquoise. HEX triplet: B6, F4 and FE. RGB value is (182,244,254). Sum of RGB (Red+Green+Blue) = 182+244+254=680 (90% of max value = 765). Red value is 182 (71.48% from 255 or 26.76% from 680); Green value is 244 (95.70% from 255 or 35.88% from 680); Blue value is 254 (99.61% from 255 or 37.35% from 680); Max value from RGB is 254 - color contains mainly: blue. Hex color #B6F4FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6F4FE is #490B01. Grayscale: #E2E2E2. Windows color (decimal): -4786946 or 16708790. OLE color: 16708790.

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

Color convert

RGB182244254-
CMYK0.280.0400.00
HSL188.33º97.3%85.49%-
HSV(B)188.33º28.35%99.61%-
XYZ69.5381.8105.89-
YUV226.6143.4696.19-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 26.76%
GREEN value IS 244 (95.70% from 255) = 35.88%
BLUE value IS 254 (99.61% from 255) = 37.35%
R=26.76%
G=35.88%
B=37.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1822442540.280.0400.00188.3397.385.49
HexB6F4FE1C400bc6155
Octal26636437634400274141125
Binary10110110111101001111111011100100001011110011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F4FE; }

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

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

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

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

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

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

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

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