#B8F1EB

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

Shades of Pale Turquoise #B8F1EB

Tints of Pale Turquoise #B8F1EB

Color information

#B8F1EB (or 0xB8F1EB) is unknown color: approx Pale Turquoise. HEX triplet: B8, F1 and EB. RGB value is (184,241,235). Sum of RGB (Red+Green+Blue) = 184+241+235=660 (87% of max value = 765). Red value is 184 (72.27% from 255 or 27.88% from 660); Green value is 241 (94.53% from 255 or 36.52% from 660); Blue value is 235 (92.19% from 255 or 35.61% from 660); Max value from RGB is 241 - color contains mainly: green. Hex color #B8F1EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8F1EB is #470E14. Grayscale: #DFDFDF. Windows color (decimal): -4656661 or 15462840. OLE color: 15462840.

HSL color Cylindrical-coordinate representation of color #B8F1EB: hue angle of 173.68º degrees, saturation: 0.67, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B8F1EB is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB184241235-
CMYK0.2400.020.05
HSL173.68º67.06%83.33%-
HSV(B)173.68º23.65%94.51%-
XYZ66.2279.190.37-
YUV223.27134.6299.99-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 27.88%
GREEN value IS 241 (94.53% from 255) = 36.52%
BLUE value IS 235 (92.19% from 255) = 35.61%
R=27.88%
G=36.52%
B=35.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1842412350.2400.020.05173.6867.0683.33
HexB8F1EB18025ae4353
Octal27036135330025256103123
Binary101110001111000111101011110000101011010111010000111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8F1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8F1EB; }

 p { color: rgb(184,241,235); }

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

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

 a { background-color: rgb(184,241,235); }

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

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

 span { border-color: rgb(184,241,235); }

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