#B6FDFB

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

Shades of Pale Turquoise #B6FDFB

Tints of Pale Turquoise #B6FDFB

Color information

#B6FDFB (or 0xB6FDFB) is unknown color: approx Pale Turquoise. HEX triplet: B6, FD and FB. RGB value is (182,253,251). Sum of RGB (Red+Green+Blue) = 182+253+251=686 (90% of max value = 765). Red value is 182 (71.48% from 255 or 26.53% from 686); Green value is 253 (99.22% from 255 or 36.88% from 686); Blue value is 251 (98.44% from 255 or 36.59% from 686); Max value from RGB is 253 - color contains mainly: green. Hex color #B6FDFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6FDFB is #490204. Grayscale: #E7E7E7. Windows color (decimal): -4784645 or 16514486. OLE color: 16514486.

HSL color Cylindrical-coordinate representation of color #B6FDFB: hue angle of 178.31º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B6FDFB is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB182253251-
CMYK0.2800.010.01
HSL178.31º94.67%85.29%-
HSV(B)178.31º28.06%99.22%-
XYZ71.8387.16104.3-
YUV231.54138.9892.66-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 26.53%
GREEN value IS 253 (99.22% from 255) = 36.88%
BLUE value IS 251 (98.44% from 255) = 36.59%
R=26.53%
G=36.88%
B=36.59%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1822532510.2800.010.01178.3194.6785.29
HexB6FDFB1C011b25f55
Octal26637537334011262137125
Binary101101101111110111111011111000111011001010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FDFB; }

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

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

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

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

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

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

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

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