Html Css Color HEX #B3FEFE Pale Turquoise

📋 copy color: '#B3FEFE'

red 179 ◦ green 254 ◦ blue 254

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

Shades of Pale Turquoise #B3FEFE

Tints of Pale Turquoise #B3FEFE

RGB

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

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

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

R = 26.06%
G = 36.97%
B = 36.97%

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

#B3FEFE (or 0xB3FEFE) is known color: Pale Turquoise. HEX triplet: B3, FE and FE. RGB value is (179,254,254). Sum of RGB (Red+Green+Blue) = 179+254+254=687 (90% of max value = 765). Red value is 179 (70.31% from 255 or 26.06% from 687); Green value is 254 (99.61% from 255 or 36.97% from 687); Blue value is 254 (99.61% from 255 or 36.97% from 687); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #B3FEFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3FEFE is #4C0101. Grayscale: #E7E7E7. Windows color (decimal): -4980994 or 16711347. OLE color: 16711347.

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

Color convert

RGB 179 254 254 -
CMYK 0.30 0 0 0.00
HSL 180º 0.97% 0.85% -
HSV(B) 180º 0.3% 1% -
XYZ 71.92 87.62 106.89 -
YUV 231.58 140.65 90.5 -
System Red Green Blue C M Y K H S L
Decimal 179 254 254 0.30 0 0 0.00 180 0.97 0.85
Hex B3 FE FE 1E 0 0 0 B4 61 55
Octal 263 376 376 36 0 0 0 264 141 125
Binary 10110011 11111110 11111110 11110 0 0 0 10110100 1100001 1010101

Color Harmonies of #B3FEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3FEFE

Black with #B3FEFE

Text Example


Text Example

White with #B3FEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3FEFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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