#B6F8FD

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

Shades of Pale Turquoise #B6F8FD

Tints of Pale Turquoise #B6F8FD

Color information

#B6F8FD (or 0xB6F8FD) is unknown color: approx Pale Turquoise. HEX triplet: B6, F8 and FD. RGB value is (182,248,253). Sum of RGB (Red+Green+Blue) = 182+248+253=683 (90% of max value = 765). Red value is 182 (71.48% from 255 or 26.65% from 683); Green value is 248 (97.27% from 255 or 36.31% from 683); Blue value is 253 (99.22% from 255 or 37.04% from 683); Max value from RGB is 253 - color contains mainly: blue. Hex color #B6F8FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6F8FD is #490702. Grayscale: #E4E4E4. Windows color (decimal): -4785923 or 16644278. OLE color: 16644278.

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

Color convert

RGB182248253-
CMYK0.280.0200.01
HSL184.23º94.67%85.29%-
HSV(B)184.23º28.06%99.22%-
XYZ70.5984.17105.45-
YUV228.84141.6394.59-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 26.65%
GREEN value IS 248 (97.27% from 255) = 36.31%
BLUE value IS 253 (99.22% from 255) = 37.04%
R=26.65%
G=36.31%
B=37.04%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1822482530.280.0200.01184.2394.6785.29
HexB6F8FD1C201b85f55
Octal26637037534201270137125
Binary1011011011111000111111011110010011011100010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F8FD; }

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

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

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

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

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

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

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

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