Html Css Color HEX #B2E9EF Pale Turquoise

📋 copy color: '#B2E9EF'

red 178 ◦ green 233 ◦ blue 239

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

Shades of Pale Turquoise #B2E9EF

Tints of Pale Turquoise #B2E9EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 36.77%

R = 27.38%
G = 35.85%
B = 36.77%

CMYK

 C value IS 0.26

 M value IS 0.03

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B2E9EF (or 0xB2E9EF) is known color: Pale Turquoise. HEX triplet: B2, E9 and EF. RGB value is (178,233,239). Sum of RGB (Red+Green+Blue) = 178+233+239=650 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.38% from 650); Green value is 233 (91.41% from 255 or 35.85% from 650); Blue value is 239 (93.75% from 255 or 36.77% from 650); Max value from RGB is 239 - color contains mainly: blue. Hex color #B2E9EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2E9EF is #4D1610. Grayscale: #D9D9D9. Windows color (decimal): -5051921 or 15722930. OLE color: 15722930.

HSL color Cylindrical-coordinate representation of color #B2E9EF: hue angle of 185.9º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2E9EF is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 178 233 239 -
CMYK 0.26 0.03 0 0.06
HSL 185.9º 0.66% 0.82% -
HSV(B) 185.9º 0.26% 0.94% -
XYZ 63.08 73.97 92.62 -
YUV 217.24 140.28 100.01 -
System Red Green Blue C M Y K H S L
Decimal 178 233 239 0.26 0.03 0 0.06 185.9 0.66 0.82
Hex B2 E9 EF 1A 3 0 6 BA 42 52
Octal 262 351 357 32 3 0 6 272 102 122
Binary 10110010 11101001 11101111 11010 11 0 110 10111010 1000010 1010010

Color Harmonies of #B2E9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E9EF

Black with #B2E9EF

Text Example


Text Example

White with #B2E9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E9EF; }

 p { color: rgb(178,233,239); }

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

background-color css

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

 a { background-color: rgb(178,233,239); }

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

border-color css

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

 span { border-color: rgb(178,233,239); }

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