Html Css Color HEX #B8E9EA Pale Turquoise

📋 copy color: '#B8E9EA'

red 184 ◦ green 233 ◦ blue 234

#B8E9EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Turquoise #B8E9EA

Tints of Pale Turquoise #B8E9EA

RGB

 RED value IS 184 (72.27% from 255) = 28.26%

 GREEN value IS 233 (91.41% from 255) = 35.79%

 BLUE value IS 234 (91.8% from 255) = 35.94%

R = 28.26%
G = 35.79%
B = 35.94%

CMYK

 C value IS 0.21

 M value IS 0.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B8E9EA (or 0xB8E9EA) is known color: Pale Turquoise. HEX triplet: B8, E9 and EA. RGB value is (184,233,234). Sum of RGB (Red+Green+Blue) = 184+233+234=651 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.26% from 651); Green value is 233 (91.41% from 255 or 35.79% from 651); Blue value is 234 (91.80% from 255 or 35.94% from 651); Max value from RGB is 234 - color contains mainly: blue. Hex color #B8E9EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8E9EA is #471615. Grayscale: #DADADA. Windows color (decimal): -4658710 or 15395256. OLE color: 15395256.

HSL color Cylindrical-coordinate representation of color #B8E9EA: hue angle of 181.2º 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 #B8E9EA is Cyan = 0.21, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 184 233 234 -
CMYK 0.21 0.00 0 0.08
HSL 181.2º 0.54% 0.82% -
HSV(B) 181.2º 0.21% 0.92% -
XYZ 63.76 74.41 88.84 -
YUV 218.46 136.77 103.42 -
System Red Green Blue C M Y K H S L
Decimal 184 233 234 0.21 0.00 0 0.08 181.2 0.54 0.82
Hex B8 E9 EA 15 0 0 8 B5 36 52
Octal 270 351 352 25 0 0 10 265 66 122
Binary 10111000 11101001 11101010 10101 0 0 1000 10110101 110110 1010010

Color Harmonies of #B8E9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8E9EA

Black with #B8E9EA

Text Example


Text Example

White with #B8E9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8E9EA; }

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

 H1.HeaderClassName
 {
   color: #B8E9EA;
 }
 .AnyTagClassName
 {
   color: #B8E9EA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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