#B6FAFD

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

Shades of Pale Turquoise #B6FAFD

Tints of Pale Turquoise #B6FAFD

Color information

#B6FAFD (or 0xB6FAFD) is unknown color: approx Pale Turquoise. HEX triplet: B6, FA and FD. RGB value is (182,250,253). Sum of RGB (Red+Green+Blue) = 182+250+253=685 (90% of max value = 765). Red value is 182 (71.48% from 255 or 26.57% from 685); Green value is 250 (98.05% from 255 or 36.50% from 685); Blue value is 253 (99.22% from 255 or 36.93% from 685); Max value from RGB is 253 - color contains mainly: blue. Hex color #B6FAFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6FAFD is #490502. Grayscale: #E5E5E5. Windows color (decimal): -4785411 or 16644790. OLE color: 16644790.

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

Color convert

RGB182250253-
CMYK0.280.0100.01
HSL182.54º94.67%85.29%-
HSV(B)182.54º28.06%99.22%-
XYZ71.2185.41105.66-
YUV230.01140.9793.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 26.57%
GREEN value IS 250 (98.05% from 255) = 36.50%
BLUE value IS 253 (99.22% from 255) = 36.93%
R=26.57%
G=36.50%
B=36.93%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1822502530.280.0100.01182.5494.6785.29
HexB6FAFD1C101b75f55
Octal26637237534101267137125
Binary101101101111101011111101111001011011011110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FAFD; }

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

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

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

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

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

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

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

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