Html Css Color HEX #B2EAE5 Pale Turquoise

📋 copy color: '#B2EAE5'

red 178 ◦ green 234 ◦ blue 229

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

Shades of Pale Turquoise #B2EAE5

Tints of Pale Turquoise #B2EAE5

RGB

 RED value IS 178 (69.92% from 255) = 27.77%

 GREEN value IS 234 (91.8% from 255) = 36.51%

 BLUE value IS 229 (89.84% from 255) = 35.73%

R = 27.77%
G = 36.51%
B = 35.73%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#B2EAE5 (or 0xB2EAE5) is known color: Pale Turquoise. HEX triplet: B2, EA and E5. RGB value is (178,234,229). Sum of RGB (Red+Green+Blue) = 178+234+229=641 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.77% from 641); Green value is 234 (91.80% from 255 or 36.51% from 641); Blue value is 229 (89.84% from 255 or 35.73% from 641); Max value from RGB is 234 - color contains mainly: green. Hex color #B2EAE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EAE5 is #4D151A. Grayscale: #D8D8D8. Windows color (decimal): -5051675 or 15067826. OLE color: 15067826.

HSL color Cylindrical-coordinate representation of color #B2EAE5: hue angle of 174.64º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2EAE5 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 178 234 229 -
CMYK 0.24 0 0.02 0.08
HSL 174.64º 0.57% 0.81% -
HSV(B) 174.64º 0.24% 0.92% -
XYZ 61.93 73.97 85.14 -
YUV 216.69 134.95 100.41 -
System Red Green Blue C M Y K H S L
Decimal 178 234 229 0.24 0 0.02 0.08 174.64 0.57 0.81
Hex B2 EA E5 18 0 2 8 AF 39 51
Octal 262 352 345 30 0 2 10 257 71 121
Binary 10110010 11101010 11100101 11000 0 10 1000 10101111 111001 1010001

Color Harmonies of #B2EAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EAE5

Black with #B2EAE5

Text Example


Text Example

White with #B2EAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EAE5; }

 p { color: rgb(178,234,229); }

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

background-color css

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

 a { background-color: rgb(178,234,229); }

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

border-color css

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

 span { border-color: rgb(178,234,229); }

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