#B6F4FF

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

Shades of Pale Turquoise #B6F4FF

Tints of Pale Turquoise #B6F4FF

Color information

#B6F4FF (or 0xB6F4FF) is unknown color: approx Pale Turquoise. HEX triplet: B6, F4 and FF. RGB value is (182,244,255). Sum of RGB (Red+Green+Blue) = 182+244+255=681 (90% of max value = 765). Red value is 182 (71.48% from 255 or 26.73% from 681); Green value is 244 (95.70% from 255 or 35.83% from 681); Blue value is 255 (100% from 255 or 37.44% from 681); Max value from RGB is 255 - color contains mainly: blue. Hex color #B6F4FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6F4FF is #490B00. Grayscale: #E2E2E2. Windows color (decimal): -4786945 or 16774326. OLE color: 16774326.

HSL color Cylindrical-coordinate representation of color #B6F4FF: hue angle of 189.04º 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 #B6F4FF is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB182244255-
CMYK0.290.0400
HSL189.04º100%85.69%-
HSV(B)189.04º28.63%100%-
XYZ69.6981.87106.74-
YUV226.72143.9696.11-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 26.73%
GREEN value IS 244 (95.70% from 255) = 35.83%
BLUE value IS 255 (100% from 255) = 37.44%
R=26.73%
G=35.83%
B=37.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1822442550.290.0400189.0410085.69
HexB6F4FF1D400bd6456
Octal26636437735400275144126
Binary10110110111101001111111111101100001011110111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F4FF; }

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

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

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

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

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

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

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

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