Html Css Color HEX #B2FFFB Pale Turquoise

📋 copy color: '#B2FFFB'

red 178 ◦ green 255 ◦ blue 251

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

Shades of Pale Turquoise #B2FFFB

Tints of Pale Turquoise #B2FFFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 36.7%

R = 26.02%
G = 37.28%
B = 36.7%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#B2FFFB (or 0xB2FFFB) is known color: Pale Turquoise. HEX triplet: B2, FF and FB. RGB value is (178,255,251). Sum of RGB (Red+Green+Blue) = 178+255+251=684 (90% of max value = 765). Red value is 178 (69.92% from 255 or 26.02% from 684); Green value is 255 (100% from 255 or 37.28% from 684); Blue value is 251 (98.44% from 255 or 36.70% from 684); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FFFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FFFB is #4D0004. Grayscale: #E7E7E7. Windows color (decimal): -5046277 or 16514994. OLE color: 16514994.

HSL color Cylindrical-coordinate representation of color #B2FFFB: hue angle of 176.88º 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 #B2FFFB is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB 178 255 251 -
CMYK 0.30 0 0.02 0
HSL 176.88º 1% 0.85% -
HSV(B) 176.88º 0.3% 1% -
XYZ 71.53 87.95 104.47 -
YUV 231.52 138.99 89.83 -
System Red Green Blue C M Y K H S L
Decimal 178 255 251 0.30 0 0.02 0 176.88 1 0.85
Hex B2 FF FB 1E 0 2 0 B1 64 55
Octal 262 377 373 36 0 2 0 261 144 125
Binary 10110010 11111111 11111011 11110 0 10 0 10110001 1100100 1010101

Color Harmonies of #B2FFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FFFB

Black with #B2FFFB

Text Example


Text Example

White with #B2FFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FFFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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