Html Css Color HEX #B3FFFE Pale Turquoise

📋 copy color: '#B3FFFE'

red 179 ◦ green 255 ◦ blue 254

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

Shades of Pale Turquoise #B3FFFE

Tints of Pale Turquoise #B3FFFE

RGB

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

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

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

R = 26.02%
G = 37.06%
B = 36.92%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.00

 K value IS 0

RGB Variations

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

Color information

#B3FFFE (or 0xB3FFFE) is known color: Pale Turquoise. HEX triplet: B3, FF and FE. RGB value is (179,255,254). Sum of RGB (Red+Green+Blue) = 179+255+254=688 (91% of max value = 765). Red value is 179 (70.31% from 255 or 26.02% from 688); Green value is 255 (100% from 255 or 37.06% from 688); Blue value is 254 (99.61% from 255 or 36.92% from 688); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3FFFE is #4C0001. Grayscale: #E8E8E8. Windows color (decimal): -4980738 or 16711603. OLE color: 16711603.

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

Color convert

RGB 179 255 254 -
CMYK 0.30 0 0.00 0
HSL 179.21º 1% 0.85% -
HSV(B) 179.21º 0.3% 1% -
XYZ 72.24 88.26 106.99 -
YUV 232.16 140.32 90.08 -
System Red Green Blue C M Y K H S L
Decimal 179 255 254 0.30 0 0.00 0 179.21 1 0.85
Hex B3 FF FE 1E 0 0 0 B3 64 55
Octal 263 377 376 36 0 0 0 263 144 125
Binary 10110011 11111111 11111110 11110 0 0 0 10110011 1100100 1010101

Color Harmonies of #B3FFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3FFFE

Black with #B3FFFE

Text Example


Text Example

White with #B3FFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3FFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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