Html Css Color HEX #B2FCFF Pale Turquoise

📋 copy color: '#B2FCFF'

red 178 ◦ green 252 ◦ blue 255

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

Shades of Pale Turquoise #B2FCFF

Tints of Pale Turquoise #B2FCFF

RGB

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

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

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

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

CMYK

 C value IS 0.30

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

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

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

Color convert

RGB 178 252 255 -
CMYK 0.30 0.01 0 0
HSL 182.34º 1% 0.85% -
HSV(B) 182.34º 0.3% 1% -
XYZ 71.22 86.31 107.51 -
YUV 230.22 141.98 90.76 -
System Red Green Blue C M Y K H S L
Decimal 178 252 255 0.30 0.01 0 0 182.34 1 0.85
Hex B2 FC FF 1E 1 0 0 B6 64 55
Octal 262 374 377 36 1 0 0 266 144 125
Binary 10110010 11111100 11111111 11110 1 0 0 10110110 1100100 1010101

Color Harmonies of #B2FCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FCFF

Black with #B2FCFF

Text Example


Text Example

White with #B2FCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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