Html Css Color HEX #B5ECE9 Pale Turquoise

📋 copy color: '#B5ECE9'

red 181 ◦ green 236 ◦ blue 233

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

Shades of Pale Turquoise #B5ECE9

Tints of Pale Turquoise #B5ECE9

RGB

 RED value IS 181 (71.09% from 255) = 27.85%

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

 BLUE value IS 233 (91.41% from 255) = 35.85%

R = 27.85%
G = 36.31%
B = 35.85%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#B5ECE9 (or 0xB5ECE9) is known color: Pale Turquoise. HEX triplet: B5, EC and E9. RGB value is (181,236,233). Sum of RGB (Red+Green+Blue) = 181+236+233=650 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.85% from 650); Green value is 236 (92.58% from 255 or 36.31% from 650); Blue value is 233 (91.41% from 255 or 35.85% from 650); Max value from RGB is 236 - color contains mainly: green. Hex color #B5ECE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5ECE9 is #4A1316. Grayscale: #DBDBDB. Windows color (decimal): -4854551 or 15330485. OLE color: 15330485.

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

Color convert

RGB 181 236 233 -
CMYK 0.23 0 0.01 0.07
HSL 176.73º 0.59% 0.82% -
HSV(B) 176.73º 0.23% 0.93% -
XYZ 63.76 75.7 88.34 -
YUV 219.21 135.78 100.74 -
System Red Green Blue C M Y K H S L
Decimal 181 236 233 0.23 0 0.01 0.07 176.73 0.59 0.82
Hex B5 EC E9 17 0 1 7 B1 3B 52
Octal 265 354 351 27 0 1 7 261 73 122
Binary 10110101 11101100 11101001 10111 0 1 111 10110001 111011 1010010

Color Harmonies of #B5ECE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5ECE9

Black with #B5ECE9

Text Example


Text Example

White with #B5ECE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5ECE9; }

 p { color: rgb(181,236,233); }

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

background-color css

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

 a { background-color: rgb(181,236,233); }

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

border-color css

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

 span { border-color: rgb(181,236,233); }

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