Html Css Color HEX #B4ECEA Pale Turquoise

📋 copy color: '#B4ECEA'

red 180 ◦ green 236 ◦ blue 234

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

Shades of Pale Turquoise #B4ECEA

Tints of Pale Turquoise #B4ECEA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 36.31%

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

R = 27.69%
G = 36.31%
B = 36%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#B4ECEA (or 0xB4ECEA) is known color: Pale Turquoise. HEX triplet: B4, EC and EA. RGB value is (180,236,234). Sum of RGB (Red+Green+Blue) = 180+236+234=650 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.69% from 650); Green value is 236 (92.58% from 255 or 36.31% from 650); Blue value is 234 (91.80% from 255 or 36% from 650); Max value from RGB is 236 - color contains mainly: green. Hex color #B4ECEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4ECEA is #4B1315. Grayscale: #DADADA. Windows color (decimal): -4920086 or 15396020. OLE color: 15396020.

HSL color Cylindrical-coordinate representation of color #B4ECEA: hue angle of 177.86º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B4ECEA is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 236 234 -
CMYK 0.24 0 0.01 0.07
HSL 177.86º 0.6% 0.82% -
HSV(B) 177.86º 0.24% 0.93% -
XYZ 63.67 75.63 89.09 -
YUV 219.03 136.45 100.16 -
System Red Green Blue C M Y K H S L
Decimal 180 236 234 0.24 0 0.01 0.07 177.86 0.6 0.82
Hex B4 EC EA 18 0 1 7 B2 3C 52
Octal 264 354 352 30 0 1 7 262 74 122
Binary 10110100 11101100 11101010 11000 0 1 111 10110010 111100 1010010

Color Harmonies of #B4ECEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4ECEA

Black with #B4ECEA

Text Example


Text Example

White with #B4ECEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4ECEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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