Html Css Color HEX #B4E9EB Pale Turquoise

📋 copy color: '#B4E9EB'

red 180 ◦ green 233 ◦ blue 235

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

Shades of Pale Turquoise #B4E9EB

Tints of Pale Turquoise #B4E9EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.27%

R = 27.78%
G = 35.96%
B = 36.27%

CMYK

 C value IS 0.23

 M value IS 0.01

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B4E9EB (or 0xB4E9EB) is known color: Pale Turquoise. HEX triplet: B4, E9 and EB. RGB value is (180,233,235). Sum of RGB (Red+Green+Blue) = 180+233+235=648 (85% of max value = 765). Red value is 180 (70.70% from 255 or 27.78% from 648); Green value is 233 (91.41% from 255 or 35.96% from 648); Blue value is 235 (92.19% from 255 or 36.27% from 648); Max value from RGB is 235 - color contains mainly: blue. Hex color #B4E9EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4E9EB is #4B1614. Grayscale: #D9D9D9. Windows color (decimal): -4920853 or 15460788. OLE color: 15460788.

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

Color convert

RGB 180 233 235 -
CMYK 0.23 0.01 0 0.08
HSL 182.18º 0.58% 0.81% -
HSV(B) 182.18º 0.23% 0.92% -
XYZ 62.96 73.98 89.56 -
YUV 217.38 137.94 101.34 -
System Red Green Blue C M Y K H S L
Decimal 180 233 235 0.23 0.01 0 0.08 182.18 0.58 0.81
Hex B4 E9 EB 17 1 0 8 B6 3A 51
Octal 264 351 353 27 1 0 10 266 72 121
Binary 10110100 11101001 11101011 10111 1 0 1000 10110110 111010 1010001

Color Harmonies of #B4E9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4E9EB

Black with #B4E9EB

Text Example


Text Example

White with #B4E9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4E9EB; }

 p { color: rgb(180,233,235); }

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

background-color css

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

 a { background-color: rgb(180,233,235); }

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

border-color css

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

 span { border-color: rgb(180,233,235); }

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