Html Css Color HEX #B4ECEB Pale Turquoise

📋 copy color: '#B4ECEB'

red 180 ◦ green 236 ◦ blue 235

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

Shades of Pale Turquoise #B4ECEB

Tints of Pale Turquoise #B4ECEB

RGB

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

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

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

R = 27.65%
G = 36.25%
B = 36.1%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#B4ECEB (or 0xB4ECEB) is known color: Pale Turquoise. HEX triplet: B4, EC and EB. RGB value is (180,236,235). Sum of RGB (Red+Green+Blue) = 180+236+235=651 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.65% from 651); Green value is 236 (92.58% from 255 or 36.25% from 651); Blue value is 235 (92.19% from 255 or 36.10% from 651); Max value from RGB is 236 - color contains mainly: green. Hex color #B4ECEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4ECEB is #4B1314. Grayscale: #DBDBDB. Windows color (decimal): -4920085 or 15461556. OLE color: 15461556.

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

Color convert

RGB 180 236 235 -
CMYK 0.24 0 0.00 0.07
HSL 178.93º 0.6% 0.82% -
HSV(B) 178.93º 0.24% 0.93% -
XYZ 63.81 75.69 89.84 -
YUV 219.14 136.95 100.08 -
System Red Green Blue C M Y K H S L
Decimal 180 236 235 0.24 0 0.00 0.07 178.93 0.6 0.82
Hex B4 EC EB 18 0 0 7 B3 3C 52
Octal 264 354 353 30 0 0 7 263 74 122
Binary 10110100 11101100 11101011 11000 0 0 111 10110011 111100 1010010

Color Harmonies of #B4ECEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4ECEB

Black with #B4ECEB

Text Example


Text Example

White with #B4ECEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4ECEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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