Html Css Color HEX #B8EAE8 Pale Turquoise

📋 copy color: '#B8EAE8'

red 184 ◦ green 234 ◦ blue 232

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

Shades of Pale Turquoise #B8EAE8

Tints of Pale Turquoise #B8EAE8

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36%

 BLUE value IS 232 (91.02% from 255) = 35.69%

R = 28.31%
G = 36%
B = 35.69%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#B8EAE8 (or 0xB8EAE8) is known color: Pale Turquoise. HEX triplet: B8, EA and E8. RGB value is (184,234,232). Sum of RGB (Red+Green+Blue) = 184+234+232=650 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.31% from 650); Green value is 234 (91.80% from 255 or 36% from 650); Blue value is 232 (91.02% from 255 or 35.69% from 650); Max value from RGB is 234 - color contains mainly: green. Hex color #B8EAE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8EAE8 is #471517. Grayscale: #DADADA. Windows color (decimal): -4658456 or 15264440. OLE color: 15264440.

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

Color convert

RGB 184 234 232 -
CMYK 0.21 0 0.01 0.08
HSL 177.6º 0.54% 0.82% -
HSV(B) 177.6º 0.21% 0.92% -
XYZ 63.76 74.86 87.43 -
YUV 218.82 135.44 103.16 -
System Red Green Blue C M Y K H S L
Decimal 184 234 232 0.21 0 0.01 0.08 177.6 0.54 0.82
Hex B8 EA E8 15 0 1 8 B2 36 52
Octal 270 352 350 25 0 1 10 262 66 122
Binary 10111000 11101010 11101000 10101 0 1 1000 10110010 110110 1010010

Color Harmonies of #B8EAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8EAE8

Black with #B8EAE8

Text Example


Text Example

White with #B8EAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8EAE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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