Html Css Color HEX #B2EAEB Pale Turquoise

📋 copy color: '#B2EAEB'

red 178 ◦ green 234 ◦ blue 235

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

Shades of Pale Turquoise #B2EAEB

Tints of Pale Turquoise #B2EAEB

RGB

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

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

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

R = 27.51%
G = 36.17%
B = 36.32%

CMYK

 C value IS 0.24

 M value IS 0.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B2EAEB (or 0xB2EAEB) is known color: Pale Turquoise. HEX triplet: B2, EA and EB. RGB value is (178,234,235). Sum of RGB (Red+Green+Blue) = 178+234+235=647 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.51% from 647); Green value is 234 (91.80% from 255 or 36.17% from 647); Blue value is 235 (92.19% from 255 or 36.32% from 647); Max value from RGB is 235 - color contains mainly: blue. Hex color #B2EAEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2EAEB is #4D1514. Grayscale: #D9D9D9. Windows color (decimal): -5051669 or 15461042. OLE color: 15461042.

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

Color convert

RGB 178 234 235 -
CMYK 0.24 0.00 0 0.08
HSL 181.05º 0.59% 0.81% -
HSV(B) 181.05º 0.24% 0.92% -
XYZ 62.78 74.31 89.63 -
YUV 217.37 137.95 99.92 -
System Red Green Blue C M Y K H S L
Decimal 178 234 235 0.24 0.00 0 0.08 181.05 0.59 0.81
Hex B2 EA EB 18 0 0 8 B5 3B 51
Octal 262 352 353 30 0 0 10 265 73 121
Binary 10110010 11101010 11101011 11000 0 0 1000 10110101 111011 1010001

Color Harmonies of #B2EAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EAEB

Black with #B2EAEB

Text Example


Text Example

White with #B2EAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EAEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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