#B6FFFD

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

Shades of Pale Turquoise #B6FFFD

Tints of Pale Turquoise #B6FFFD

Color information

#B6FFFD (or 0xB6FFFD) is unknown color: approx Pale Turquoise. HEX triplet: B6, FF and FD. RGB value is (182,255,253). Sum of RGB (Red+Green+Blue) = 182+255+253=690 (91% of max value = 765). Red value is 182 (71.48% from 255 or 26.38% from 690); Green value is 255 (100% from 255 or 36.96% from 690); Blue value is 253 (99.22% from 255 or 36.67% from 690); Max value from RGB is 255 - color contains mainly: green. Hex color #B6FFFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6FFFD is #490002. Grayscale: #E8E8E8. Windows color (decimal): -4784131 or 16646070. OLE color: 16646070.

HSL color Cylindrical-coordinate representation of color #B6FFFD: hue angle of 178.36º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B6FFFD is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.

Color convert

RGB182255253-
CMYK0.2900.010
HSL178.36º100%85.69%-
HSV(B)178.36º28.63%100%-
XYZ72.7888.56106.19-
YUV232.95139.3291.66-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 26.38%
GREEN value IS 255 (100% from 255) = 36.96%
BLUE value IS 253 (99.22% from 255) = 36.67%
R=26.38%
G=36.96%
B=36.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1822552530.2900.010178.3610085.69
HexB6FFFD1D010b26456
Octal26637737535010262144126
Binary101101101111111111111101111010101011001011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FFFD; }

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

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

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

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

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

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

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

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