Html Css Color HEX #B4EAE8 Pale Turquoise

📋 copy color: '#B4EAE8'

red 180 ◦ green 234 ◦ blue 232

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

Shades of Pale Turquoise #B4EAE8

Tints of Pale Turquoise #B4EAE8

RGB

 RED value IS 180 (70.7% from 255) = 27.86%

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

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

R = 27.86%
G = 36.22%
B = 35.91%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#B4EAE8 (or 0xB4EAE8) is known color: Pale Turquoise. HEX triplet: B4, EA and E8. RGB value is (180,234,232). Sum of RGB (Red+Green+Blue) = 180+234+232=646 (85% of max value = 765). Red value is 180 (70.70% from 255 or 27.86% from 646); Green value is 234 (91.80% from 255 or 36.22% from 646); Blue value is 232 (91.02% from 255 or 35.91% from 646); Max value from RGB is 234 - color contains mainly: green. Hex color #B4EAE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4EAE8 is #4B1517. Grayscale: #D9D9D9. Windows color (decimal): -4920600 or 15264436. OLE color: 15264436.

HSL color Cylindrical-coordinate representation of color #B4EAE8: hue angle of 177.78º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4EAE8 is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB 180 234 232 -
CMYK 0.23 0 0.01 0.08
HSL 177.78º 0.56% 0.81% -
HSV(B) 177.78º 0.23% 0.92% -
XYZ 62.81 74.38 87.39 -
YUV 217.63 136.11 101.16 -
System Red Green Blue C M Y K H S L
Decimal 180 234 232 0.23 0 0.01 0.08 177.78 0.56 0.81
Hex B4 EA E8 17 0 1 8 B2 38 51
Octal 264 352 350 27 0 1 10 262 70 121
Binary 10110100 11101010 11101000 10111 0 1 1000 10110010 111000 1010001

Color Harmonies of #B4EAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4EAE8

Black with #B4EAE8

Text Example


Text Example

White with #B4EAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4EAE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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