Html Css Color HEX #B3F6EC Pale Turquoise

📋 copy color: '#B3F6EC'

red 179 ◦ green 246 ◦ blue 236

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

Shades of Pale Turquoise #B3F6EC

Tints of Pale Turquoise #B3F6EC

RGB

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

 GREEN value IS 246 (96.48% from 255) = 37.22%

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

R = 27.08%
G = 37.22%
B = 35.7%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#B3F6EC (or 0xB3F6EC) is known color: Pale Turquoise. HEX triplet: B3, F6 and EC. RGB value is (179,246,236). Sum of RGB (Red+Green+Blue) = 179+246+236=661 (87% of max value = 765). Red value is 179 (70.31% from 255 or 27.08% from 661); Green value is 246 (96.48% from 255 or 37.22% from 661); Blue value is 236 (92.58% from 255 or 35.70% from 661); Max value from RGB is 246 - color contains mainly: green. Hex color #B3F6EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3F6EC is #4C0913. Grayscale: #E0E0E0. Windows color (decimal): -4983060 or 15529651. OLE color: 15529651.

HSL color Cylindrical-coordinate representation of color #B3F6EC: hue angle of 171.04º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B3F6EC is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 179 246 236 -
CMYK 0.27 0 0.04 0.04
HSL 171.04º 0.79% 0.83% -
HSV(B) 171.04º 0.27% 0.96% -
XYZ 66.69 81.55 91.58 -
YUV 224.83 134.3 95.31 -
System Red Green Blue C M Y K H S L
Decimal 179 246 236 0.27 0 0.04 0.04 171.04 0.79 0.83
Hex B3 F6 EC 1B 0 4 4 AB 4F 53
Octal 263 366 354 33 0 4 4 253 117 123
Binary 10110011 11110110 11101100 11011 0 100 100 10101011 1001111 1010011

Color Harmonies of #B3F6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3F6EC

Black with #B3F6EC

Text Example


Text Example

White with #B3F6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3F6EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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