Html Css Color HEX #B2FFFA Pale Turquoise

📋 copy color: '#B2FFFA'

red 178 ◦ green 255 ◦ blue 250

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

Shades of Pale Turquoise #B2FFFA

Tints of Pale Turquoise #B2FFFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 36.6%

R = 26.06%
G = 37.34%
B = 36.6%

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

#B2FFFA (or 0xB2FFFA) is known color: Pale Turquoise. HEX triplet: B2, FF and FA. RGB value is (178,255,250). Sum of RGB (Red+Green+Blue) = 178+255+250=683 (90% of max value = 765). Red value is 178 (69.92% from 255 or 26.06% from 683); Green value is 255 (100% from 255 or 37.34% from 683); Blue value is 250 (98.05% from 255 or 36.60% from 683); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FFFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FFFA is #4D0005. Grayscale: #E7E7E7. Windows color (decimal): -5046278 or 16449458. OLE color: 16449458.

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

Color convert

RGB 178 255 250 -
CMYK 0.30 0 0.02 0
HSL 176.1º 1% 0.85% -
HSV(B) 176.1º 0.3% 1% -
XYZ 71.38 87.89 103.64 -
YUV 231.41 138.49 89.91 -
System Red Green Blue C M Y K H S L
Decimal 178 255 250 0.30 0 0.02 0 176.1 1 0.85
Hex B2 FF FA 1E 0 2 0 B0 64 55
Octal 262 377 372 36 0 2 0 260 144 125
Binary 10110010 11111111 11111010 11110 0 10 0 10110000 1100100 1010101

Color Harmonies of #B2FFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FFFA

Black with #B2FFFA

Text Example


Text Example

White with #B2FFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FFFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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