#B6FDFF

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

Shades of Pale Turquoise #B6FDFF

Tints of Pale Turquoise #B6FDFF

Color information

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

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

Color convert

RGB182253255-
CMYK0.290.0100
HSL181.64º100%85.69%-
HSV(B)181.64º28.63%100%-
XYZ72.4787.42107.66-
YUV232140.9892.34-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1822532550.290.0100181.6410085.69
HexB6FDFF1D100b66456
Octal26637537735100266144126
Binary101101101111110111111111111011001011011011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FDFF; }

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

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

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

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

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

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

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

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