#B8FDF7

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

Shades of Pale Turquoise #B8FDF7

Tints of Pale Turquoise #B8FDF7

Color information

#B8FDF7 (or 0xB8FDF7) is unknown color: approx Pale Turquoise. HEX triplet: B8, FD and F7. RGB value is (184,253,247). Sum of RGB (Red+Green+Blue) = 184+253+247=684 (90% of max value = 765). Red value is 184 (72.27% from 255 or 26.90% from 684); Green value is 253 (99.22% from 255 or 36.99% from 684); Blue value is 247 (96.88% from 255 or 36.11% from 684); Max value from RGB is 253 - color contains mainly: green. Hex color #B8FDF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8FDF7 is #470208. Grayscale: #E7E7E7. Windows color (decimal): -4653577 or 16252344. OLE color: 16252344.

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

Color convert

RGB184253247-
CMYK0.2700.020.01
HSL174.78º94.52%85.69%-
HSV(B)174.78º27.27%99.22%-
XYZ71.6887.16101.04-
YUV231.68136.6493.99-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 26.90%
GREEN value IS 253 (99.22% from 255) = 36.99%
BLUE value IS 247 (96.88% from 255) = 36.11%
R=26.90%
G=36.99%
B=36.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1842532470.2700.020.01174.7894.5285.69
HexB8FDF71B021af5f56
Octal27037536733021257137126
Binary1011100011111101111101111101101011010111110111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FDF7; }

 p { color: rgb(184,253,247); }

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

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

 a { background-color: rgb(184,253,247); }

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

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

 span { border-color: rgb(184,253,247); }

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