Html Css Color HEX #B2FEFE Pale Turquoise

📋 copy color: '#B2FEFE'

red 178 ◦ green 254 ◦ blue 254

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

Shades of Pale Turquoise #B2FEFE

Tints of Pale Turquoise #B2FEFE

RGB

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

 GREEN value IS 254 (99.61% from 255) = 37.03%

 BLUE value IS 254 (99.61% from 255) = 37.03%

R = 25.95%
G = 37.03%
B = 37.03%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B2FEFE (or 0xB2FEFE) is known color: Pale Turquoise. HEX triplet: B2, FE and FE. RGB value is (178,254,254). Sum of RGB (Red+Green+Blue) = 178+254+254=686 (90% of max value = 765). Red value is 178 (69.92% from 255 or 25.95% from 686); Green value is 254 (99.61% from 255 or 37.03% from 686); Blue value is 254 (99.61% from 255 or 37.03% from 686); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #B2FEFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FEFE is #4D0101. Grayscale: #E7E7E7. Windows color (decimal): -5046530 or 16711346. OLE color: 16711346.

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

Color convert

RGB 178 254 254 -
CMYK 0.30 0 0 0.00
HSL 180º 0.97% 0.85% -
HSV(B) 180º 0.3% 1% -
XYZ 71.69 87.5 106.88 -
YUV 231.28 140.82 90 -
System Red Green Blue C M Y K H S L
Decimal 178 254 254 0.30 0 0 0.00 180 0.97 0.85
Hex B2 FE FE 1E 0 0 0 B4 61 55
Octal 262 376 376 36 0 0 0 264 141 125
Binary 10110010 11111110 11111110 11110 0 0 0 10110100 1100001 1010101

Color Harmonies of #B2FEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FEFE

Black with #B2FEFE

Text Example


Text Example

White with #B2FEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FEFE; }

 p { color: rgb(178,254,254); }

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

background-color css

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

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

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

border-color css

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

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

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