#B8EDEE

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

Shades of Pale Turquoise #B8EDEE

Tints of Pale Turquoise #B8EDEE

Color information

#B8EDEE (or 0xB8EDEE) is unknown color: approx Pale Turquoise. HEX triplet: B8, ED and EE. RGB value is (184,237,238). Sum of RGB (Red+Green+Blue) = 184+237+238=659 (87% of max value = 765). Red value is 184 (72.27% from 255 or 27.92% from 659); Green value is 237 (92.97% from 255 or 35.96% from 659); Blue value is 238 (93.36% from 255 or 36.12% from 659); Max value from RGB is 238 - color contains mainly: blue. Hex color #B8EDEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8EDEE is #471211. Grayscale: #DDDDDD. Windows color (decimal): -4657682 or 15658424. OLE color: 15658424.

HSL color Cylindrical-coordinate representation of color #B8EDEE: hue angle of 181.11º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8EDEE is Cyan = 0.23, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB184237238-
CMYK0.230.0000.07
HSL181.11º61.36%82.75%-
HSV(B)181.11º22.69%93.33%-
XYZ65.4876.9392.29-
YUV221.27137.44101.42-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 27.92%
GREEN value IS 237 (92.97% from 255) = 35.96%
BLUE value IS 238 (93.36% from 255) = 36.12%
R=27.92%
G=35.96%
B=36.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1842372380.230.0000.07181.1161.3682.75
HexB8EDEE17007b53d53
Octal2703553562700726575123
Binary1011100011101101111011101011100111101101011111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8EDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8EDEE; }

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

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

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

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

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

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

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

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