#B8EAEA

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

Shades of Pale Turquoise #B8EAEA

Tints of Pale Turquoise #B8EAEA

Color information

#B8EAEA (or 0xB8EAEA) is unknown color: approx Pale Turquoise. HEX triplet: B8, EA and EA. RGB value is (184,234,234). Sum of RGB (Red+Green+Blue) = 184+234+234=652 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.22% from 652); Green value is 234 (91.80% from 255 or 35.89% from 652); Blue value is 234 (91.80% from 255 or 35.89% from 652); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #B8EAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8EAEA is #471515. Grayscale: #DBDBDB. Windows color (decimal): -4658454 or 15395512. OLE color: 15395512.

HSL color Cylindrical-coordinate representation of color #B8EAEA: hue angle of 180º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B8EAEA is Cyan = 0.21, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB184234234-
CMYK0.21000.08
HSL180º54.35%81.96%-
HSV(B)180º21.37%91.76%-
XYZ64.0474.9888.94-
YUV219.05136.44103-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.22%
GREEN value IS 234 (91.80% from 255) = 35.89%
BLUE value IS 234 (91.80% from 255) = 35.89%
R=28.22%
G=35.89%
B=35.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1842342340.21000.0818054.3581.96
HexB8EAEA15008b43652
Octal27035235225001026466122
Binary10111000111010101110101010101001000101101001101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8EAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8EAEA; }

 p { color: rgb(184,234,234); }

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

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

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

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

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

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

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