#B8EFE9

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

Shades of Pale Turquoise #B8EFE9

Tints of Pale Turquoise #B8EFE9

Color information

#B8EFE9 (or 0xB8EFE9) is unknown color: approx Pale Turquoise. HEX triplet: B8, EF and E9. RGB value is (184,239,233). Sum of RGB (Red+Green+Blue) = 184+239+233=656 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.05% from 656); Green value is 239 (93.75% from 255 or 36.43% from 656); Blue value is 233 (91.41% from 255 or 35.52% from 656); Max value from RGB is 239 - color contains mainly: green. Hex color #B8EFE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8EFE9 is #471016. Grayscale: #DDDDDD. Windows color (decimal): -4657175 or 15331256. OLE color: 15331256.

HSL color Cylindrical-coordinate representation of color #B8EFE9: hue angle of 173.45º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8EFE9 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB184239233-
CMYK0.2300.030.06
HSL173.45º63.22%82.94%-
HSV(B)173.45º23.01%93.73%-
XYZ65.3477.8188.67-
YUV221.87134.28100.99-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.05%
GREEN value IS 239 (93.75% from 255) = 36.43%
BLUE value IS 233 (91.41% from 255) = 35.52%
R=28.05%
G=36.43%
B=35.52%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1842392330.2300.030.06173.4563.2282.94
HexB8EFE917036ad3f53
Octal2703573512703625577123
Binary10111000111011111110100110111011110101011011111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8EFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8EFE9; }

 p { color: rgb(184,239,233); }

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

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

 a { background-color: rgb(184,239,233); }

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

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

 span { border-color: rgb(184,239,233); }

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