Html Css Color HEX #B2FFFC Pale Turquoise

📋 copy color: '#B2FFFC'

red 178 ◦ green 255 ◦ blue 252

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

Shades of Pale Turquoise #B2FFFC

Tints of Pale Turquoise #B2FFFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 36.79%

R = 25.99%
G = 37.23%
B = 36.79%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#B2FFFC (or 0xB2FFFC) is known color: Pale Turquoise. HEX triplet: B2, FF and FC. RGB value is (178,255,252). Sum of RGB (Red+Green+Blue) = 178+255+252=685 (90% of max value = 765). Red value is 178 (69.92% from 255 or 25.99% from 685); Green value is 255 (100% from 255 or 37.23% from 685); Blue value is 252 (98.83% from 255 or 36.79% from 685); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FFFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FFFC is #4D0003. Grayscale: #E7E7E7. Windows color (decimal): -5046276 or 16580530. OLE color: 16580530.

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

Color convert

RGB 178 255 252 -
CMYK 0.30 0 0.01 0
HSL 177.66º 1% 0.85% -
HSV(B) 177.66º 0.3% 1% -
XYZ 71.69 88.01 105.31 -
YUV 231.64 139.49 89.74 -
System Red Green Blue C M Y K H S L
Decimal 178 255 252 0.30 0 0.01 0 177.66 1 0.85
Hex B2 FF FC 1E 0 1 0 B2 64 55
Octal 262 377 374 36 0 1 0 262 144 125
Binary 10110010 11111111 11111100 11110 0 1 0 10110010 1100100 1010101

Color Harmonies of #B2FFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FFFC

Black with #B2FFFC

Text Example


Text Example

White with #B2FFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FFFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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