#B6F3F1

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

Shades of Pale Turquoise #B6F3F1

Tints of Pale Turquoise #B6F3F1

Color information

#B6F3F1 (or 0xB6F3F1) is unknown color: approx Pale Turquoise. HEX triplet: B6, F3 and F1. RGB value is (182,243,241). Sum of RGB (Red+Green+Blue) = 182+243+241=666 (88% of max value = 765). Red value is 182 (71.48% from 255 or 27.33% from 666); Green value is 243 (95.31% from 255 or 36.49% from 666); Blue value is 241 (94.53% from 255 or 36.19% from 666); Max value from RGB is 243 - color contains mainly: green. Hex color #B6F3F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6F3F1 is #490C0E. Grayscale: #E0E0E0. Windows color (decimal): -4787215 or 15856566. OLE color: 15856566.

HSL color Cylindrical-coordinate representation of color #B6F3F1: hue angle of 178.03º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B6F3F1 is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB182243241-
CMYK0.2500.010.05
HSL178.03º71.76%83.33%-
HSV(B)178.03º25.1%95.29%-
XYZ67.2280.495.19-
YUV224.53137.2997.66-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.33%
GREEN value IS 243 (95.31% from 255) = 36.49%
BLUE value IS 241 (94.53% from 255) = 36.19%
R=27.33%
G=36.49%
B=36.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1822432410.2500.010.05178.0371.7683.33
HexB6F3F119015b24853
Octal26636336131015262110123
Binary10110110111100111111000111001011011011001010010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F3F1; }

 p { color: rgb(182,243,241); }

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

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

 a { background-color: rgb(182,243,241); }

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

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

 span { border-color: rgb(182,243,241); }

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