#B6F0FD

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

Shades of Pale Turquoise #B6F0FD

Tints of Pale Turquoise #B6F0FD

Color information

#B6F0FD (or 0xB6F0FD) is unknown color: approx Pale Turquoise. HEX triplet: B6, F0 and FD. RGB value is (182,240,253). Sum of RGB (Red+Green+Blue) = 182+240+253=675 (89% of max value = 765). Red value is 182 (71.48% from 255 or 26.96% from 675); Green value is 240 (94.14% from 255 or 35.56% from 675); Blue value is 253 (99.22% from 255 or 37.48% from 675); Max value from RGB is 253 - color contains mainly: blue. Hex color #B6F0FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6F0FD is #490F02. Grayscale: #E0E0E0. Windows color (decimal): -4787971 or 16642230. OLE color: 16642230.

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

Color convert

RGB182240253-
CMYK0.280.0500.01
HSL190.99º94.67%85.29%-
HSV(B)190.99º28.06%99.22%-
XYZ68.1879.36104.65-
YUV224.14144.2897.94-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 26.96%
GREEN value IS 240 (94.14% from 255) = 35.56%
BLUE value IS 253 (99.22% from 255) = 37.48%
R=26.96%
G=35.56%
B=37.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1822402530.280.0500.01190.9994.6785.29
HexB6F0FD1C501bf5f55
Octal26636037534501277137125
Binary10110110111100001111110111100101011011111110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F0FD; }

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

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

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

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

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

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

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

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