#B8F8ED

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

Shades of Pale Turquoise #B8F8ED

Tints of Pale Turquoise #B8F8ED

Color information

#B8F8ED (or 0xB8F8ED) is unknown color: approx Pale Turquoise. HEX triplet: B8, F8 and ED. RGB value is (184,248,237). Sum of RGB (Red+Green+Blue) = 184+248+237=669 (88% of max value = 765). Red value is 184 (72.27% from 255 or 27.50% from 669); Green value is 248 (97.27% from 255 or 37.07% from 669); Blue value is 237 (92.97% from 255 or 35.43% from 669); Max value from RGB is 248 - color contains mainly: green. Hex color #B8F8ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8F8ED is #470712. Grayscale: #E3E3E3. Windows color (decimal): -4654867 or 15595704. OLE color: 15595704.

HSL color Cylindrical-coordinate representation of color #B8F8ED: hue angle of 169.69º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B8F8ED is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB184248237-
CMYK0.2600.040.03
HSL169.69º82.05%84.71%-
HSV(B)169.69º25.81%97.25%-
XYZ68.6283.4492.61-
YUV227.61133.396.89-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 27.50%
GREEN value IS 248 (97.27% from 255) = 37.07%
BLUE value IS 237 (92.97% from 255) = 35.43%
R=27.50%
G=37.07%
B=35.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1842482370.2600.040.03169.6982.0584.71
HexB8F8ED1A043aa5255
Octal27037035532043252122125
Binary101110001111100011101101110100100111010101010100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8F8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8F8ED; }

 p { color: rgb(184,248,237); }

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

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

 a { background-color: rgb(184,248,237); }

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

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

 span { border-color: rgb(184,248,237); }

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