Html Css Color HEX #B5ECEA Pale Turquoise

📋 copy color: '#B5ECEA'

red 181 ◦ green 236 ◦ blue 234

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

Shades of Pale Turquoise #B5ECEA

Tints of Pale Turquoise #B5ECEA

RGB

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

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

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

R = 27.8%
G = 36.25%
B = 35.94%

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

#B5ECEA (or 0xB5ECEA) is known color: Pale Turquoise. HEX triplet: B5, EC and EA. RGB value is (181,236,234). Sum of RGB (Red+Green+Blue) = 181+236+234=651 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.80% from 651); Green value is 236 (92.58% from 255 or 36.25% from 651); Blue value is 234 (91.80% from 255 or 35.94% from 651); Max value from RGB is 236 - color contains mainly: green. Hex color #B5ECEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5ECEA is #4A1315. Grayscale: #DBDBDB. Windows color (decimal): -4854550 or 15396021. OLE color: 15396021.

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

Color convert

RGB 181 236 234 -
CMYK 0.23 0 0.01 0.07
HSL 177.82º 0.59% 0.82% -
HSV(B) 177.82º 0.23% 0.93% -
XYZ 63.9 75.76 89.1 -
YUV 219.33 136.28 100.66 -
System Red Green Blue C M Y K H S L
Decimal 181 236 234 0.23 0 0.01 0.07 177.82 0.59 0.82
Hex B5 EC EA 17 0 1 7 B2 3B 52
Octal 265 354 352 27 0 1 7 262 73 122
Binary 10110101 11101100 11101010 10111 0 1 111 10110010 111011 1010010

Color Harmonies of #B5ECEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5ECEA

Black with #B5ECEA

Text Example


Text Example

White with #B5ECEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5ECEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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