#B6FBF4

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

Shades of Pale Turquoise #B6FBF4

Tints of Pale Turquoise #B6FBF4

Color information

#B6FBF4 (or 0xB6FBF4) is unknown color: approx Pale Turquoise. HEX triplet: B6, FB and F4. RGB value is (182,251,244). Sum of RGB (Red+Green+Blue) = 182+251+244=677 (89% of max value = 765). Red value is 182 (71.48% from 255 or 26.88% from 677); Green value is 251 (98.44% from 255 or 37.08% from 677); Blue value is 244 (95.70% from 255 or 36.04% from 677); Max value from RGB is 251 - color contains mainly: green. Hex color #B6FBF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6FBF4 is #49040B. Grayscale: #E5E5E5. Windows color (decimal): -4785164 or 16055222. OLE color: 16055222.

HSL color Cylindrical-coordinate representation of color #B6FBF4: hue angle of 173.91º 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 #B6FBF4 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB182251244-
CMYK0.2700.030.02
HSL173.91º89.61%84.9%-
HSV(B)173.91º27.49%98.43%-
XYZ70.1285.4798.39-
YUV229.57136.1494.07-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 26.88%
GREEN value IS 251 (98.44% from 255) = 37.08%
BLUE value IS 244 (95.70% from 255) = 36.04%
R=26.88%
G=37.08%
B=36.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1822512440.2700.030.02173.9189.6184.9
HexB6FBF41B032ae5a55
Octal26637336433032256132125
Binary10110110111110111111010011011011101010111010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FBF4; }

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

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

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

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

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

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

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

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