Html Css Color HEX #B3FEF2 Pale Turquoise

📋 copy color: '#B3FEF2'

red 179 ◦ green 254 ◦ blue 242

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

Shades of Pale Turquoise #B3FEF2

Tints of Pale Turquoise #B3FEF2

RGB

 RED value IS 179 (70.31% from 255) = 26.52%

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

 BLUE value IS 242 (94.92% from 255) = 35.85%

R = 26.52%
G = 37.63%
B = 35.85%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#B3FEF2 (or 0xB3FEF2) is known color: Pale Turquoise. HEX triplet: B3, FE and F2. RGB value is (179,254,242). Sum of RGB (Red+Green+Blue) = 179+254+242=675 (89% of max value = 765). Red value is 179 (70.31% from 255 or 26.52% from 675); Green value is 254 (99.61% from 255 or 37.63% from 675); Blue value is 242 (94.92% from 255 or 35.85% from 675); Max value from RGB is 254 - color contains mainly: green. Hex color #B3FEF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3FEF2 is #4C010D. Grayscale: #E6E6E6. Windows color (decimal): -4981006 or 15924915. OLE color: 15924915.

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

Color convert

RGB 179 254 242 -
CMYK 0.30 0 0.05 0.00
HSL 170.4º 0.97% 0.85% -
HSV(B) 170.4º 0.3% 1% -
XYZ 70.06 86.88 97.08 -
YUV 230.21 134.65 91.48 -
System Red Green Blue C M Y K H S L
Decimal 179 254 242 0.30 0 0.05 0.00 170.4 0.97 0.85
Hex B3 FE F2 1E 0 5 0 AA 61 55
Octal 263 376 362 36 0 5 0 252 141 125
Binary 10110011 11111110 11110010 11110 0 101 0 10101010 1100001 1010101

Color Harmonies of #B3FEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3FEF2

Black with #B3FEF2

Text Example


Text Example

White with #B3FEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3FEF2; }

 p { color: rgb(179,254,242); }

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

background-color css

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

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

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

border-color css

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

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

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