Html Css Color HEX #B3FCF8 Pale Turquoise

📋 copy color: '#B3FCF8'

red 179 ◦ green 252 ◦ blue 248

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

Shades of Pale Turquoise #B3FCF8

Tints of Pale Turquoise #B3FCF8

RGB

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

 GREEN value IS 252 (98.83% from 255) = 37.11%

 BLUE value IS 248 (97.27% from 255) = 36.52%

R = 26.36%
G = 37.11%
B = 36.52%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#B3FCF8 (or 0xB3FCF8) is known color: Pale Turquoise. HEX triplet: B3, FC and F8. RGB value is (179,252,248). Sum of RGB (Red+Green+Blue) = 179+252+248=679 (89% of max value = 765). Red value is 179 (70.31% from 255 or 26.36% from 679); Green value is 252 (98.83% from 255 or 37.11% from 679); Blue value is 248 (97.27% from 255 or 36.52% from 679); Max value from RGB is 252 - color contains mainly: green. Hex color #B3FCF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3FCF8 is #4C0307. Grayscale: #E5E5E5. Windows color (decimal): -4981512 or 16317619. OLE color: 16317619.

HSL color Cylindrical-coordinate representation of color #B3FCF8: hue angle of 176.71º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3FCF8 is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB 179 252 248 -
CMYK 0.29 0 0.02 0.01
HSL 176.71º 0.92% 0.85% -
HSV(B) 176.71º 0.29% 0.99% -
XYZ 70.34 85.98 101.7 -
YUV 229.72 138.32 91.83 -
System Red Green Blue C M Y K H S L
Decimal 179 252 248 0.29 0 0.02 0.01 176.71 0.92 0.85
Hex B3 FC F8 1D 0 2 1 B1 5C 55
Octal 263 374 370 35 0 2 1 261 134 125
Binary 10110011 11111100 11111000 11101 0 10 1 10110001 1011100 1010101

Color Harmonies of #B3FCF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3FCF8

Black with #B3FCF8

Text Example


Text Example

White with #B3FCF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3FCF8; }

 p { color: rgb(179,252,248); }

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

background-color css

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

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

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

border-color css

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

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

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