Html Css Color HEX #B2FFEF Pale Turquoise

📋 copy color: '#B2FFEF'

red 178 ◦ green 255 ◦ blue 239

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

Shades of Pale Turquoise #B2FFEF

Tints of Pale Turquoise #B2FFEF

RGB

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

 GREEN value IS 255 (100% from 255) = 37.95%

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

R = 26.49%
G = 37.95%
B = 35.57%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#B2FFEF (or 0xB2FFEF) is known color: Pale Turquoise. HEX triplet: B2, FF and EF. RGB value is (178,255,239). Sum of RGB (Red+Green+Blue) = 178+255+239=672 (89% of max value = 765). Red value is 178 (69.92% from 255 or 26.49% from 672); Green value is 255 (100% from 255 or 37.95% from 672); Blue value is 239 (93.75% from 255 or 35.57% from 672); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FFEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FFEF is #4D0010. Grayscale: #E6E6E6. Windows color (decimal): -5046289 or 15728562. OLE color: 15728562.

HSL color Cylindrical-coordinate representation of color #B2FFEF: hue angle of 167.53º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2FFEF is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.

Color convert

RGB 178 255 239 -
CMYK 0.30 0 0.06 0
HSL 167.53º 1% 0.85% -
HSV(B) 167.53º 0.3% 1% -
XYZ 69.7 87.22 94.82 -
YUV 230.15 132.99 90.8 -
System Red Green Blue C M Y K H S L
Decimal 178 255 239 0.30 0 0.06 0 167.53 1 0.85
Hex B2 FF EF 1E 0 6 0 A8 64 55
Octal 262 377 357 36 0 6 0 250 144 125
Binary 10110010 11111111 11101111 11110 0 110 0 10101000 1100100 1010101

Color Harmonies of #B2FFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FFEF

Black with #B2FFEF

Text Example


Text Example

White with #B2FFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FFEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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