Html Css Color HEX #B3F8EC Pale Turquoise

📋 copy color: '#B3F8EC'

red 179 ◦ green 248 ◦ blue 236

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

Shades of Pale Turquoise #B3F8EC

Tints of Pale Turquoise #B3F8EC

RGB

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

 GREEN value IS 248 (97.27% from 255) = 37.41%

 BLUE value IS 236 (92.58% from 255) = 35.6%

R = 27%
G = 37.41%
B = 35.6%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#B3F8EC (or 0xB3F8EC) is known color: Pale Turquoise. HEX triplet: B3, F8 and EC. RGB value is (179,248,236). Sum of RGB (Red+Green+Blue) = 179+248+236=663 (87% of max value = 765). Red value is 179 (70.31% from 255 or 27.00% from 663); Green value is 248 (97.27% from 255 or 37.41% from 663); Blue value is 236 (92.58% from 255 or 35.60% from 663); Max value from RGB is 248 - color contains mainly: green. Hex color #B3F8EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3F8EC is #4C0713. Grayscale: #E1E1E1. Windows color (decimal): -4982548 or 15530163. OLE color: 15530163.

HSL color Cylindrical-coordinate representation of color #B3F8EC: hue angle of 169.57º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B3F8EC is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB 179 248 236 -
CMYK 0.28 0 0.05 0.03
HSL 169.57º 0.83% 0.84% -
HSV(B) 169.57º 0.28% 0.97% -
XYZ 67.3 82.77 91.79 -
YUV 226 133.64 94.48 -
System Red Green Blue C M Y K H S L
Decimal 179 248 236 0.28 0 0.05 0.03 169.57 0.83 0.84
Hex B3 F8 EC 1C 0 5 3 AA 53 54
Octal 263 370 354 34 0 5 3 252 123 124
Binary 10110011 11111000 11101100 11100 0 101 11 10101010 1010011 1010100

Color Harmonies of #B3F8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3F8EC

Black with #B3F8EC

Text Example


Text Example

White with #B3F8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3F8EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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