Html Css Color HEX #B2FEF4 Pale Turquoise

📋 copy color: '#B2FEF4'

red 178 ◦ green 254 ◦ blue 244

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

Shades of Pale Turquoise #B2FEF4

Tints of Pale Turquoise #B2FEF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 36.09%

R = 26.33%
G = 37.57%
B = 36.09%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.04

 K value IS 0.00

RGB Variations

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

Color information

#B2FEF4 (or 0xB2FEF4) is known color: Pale Turquoise. HEX triplet: B2, FE and F4. RGB value is (178,254,244). Sum of RGB (Red+Green+Blue) = 178+254+244=676 (89% of max value = 765). Red value is 178 (69.92% from 255 or 26.33% from 676); Green value is 254 (99.61% from 255 or 37.57% from 676); Blue value is 244 (95.70% from 255 or 36.09% from 676); Max value from RGB is 254 - color contains mainly: green. Hex color #B2FEF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FEF4 is #4D010B. Grayscale: #E6E6E6. Windows color (decimal): -5046540 or 16055986. OLE color: 16055986.

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

Color convert

RGB 178 254 244 -
CMYK 0.30 0 0.04 0.00
HSL 172.11º 0.97% 0.85% -
HSV(B) 172.11º 0.3% 1% -
XYZ 70.13 86.88 98.66 -
YUV 230.14 135.82 90.81 -
System Red Green Blue C M Y K H S L
Decimal 178 254 244 0.30 0 0.04 0.00 172.11 0.97 0.85
Hex B2 FE F4 1E 0 4 0 AC 61 55
Octal 262 376 364 36 0 4 0 254 141 125
Binary 10110010 11111110 11110100 11110 0 100 0 10101100 1100001 1010101

Color Harmonies of #B2FEF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FEF4

Black with #B2FEF4

Text Example


Text Example

White with #B2FEF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FEF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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