Html Css Color HEX #B3EFEC Pale Turquoise

📋 copy color: '#B3EFEC'

red 179 ◦ green 239 ◦ blue 236

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

Shades of Pale Turquoise #B3EFEC

Tints of Pale Turquoise #B3EFEC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.54%

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

R = 27.37%
G = 36.54%
B = 36.09%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#B3EFEC (or 0xB3EFEC) is known color: Pale Turquoise. HEX triplet: B3, EF and EC. RGB value is (179,239,236). Sum of RGB (Red+Green+Blue) = 179+239+236=654 (86% of max value = 765). Red value is 179 (70.31% from 255 or 27.37% from 654); Green value is 239 (93.75% from 255 or 36.54% from 654); Blue value is 236 (92.58% from 255 or 36.09% from 654); Max value from RGB is 239 - color contains mainly: green. Hex color #B3EFEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3EFEC is #4C1013. Grayscale: #DCDCDC. Windows color (decimal): -4984852 or 15527859. OLE color: 15527859.

HSL color Cylindrical-coordinate representation of color #B3EFEC: hue angle of 177º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3EFEC is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 179 239 236 -
CMYK 0.25 0 0.01 0.06
HSL 177º 0.65% 0.82% -
HSV(B) 177º 0.25% 0.94% -
XYZ 64.6 77.37 90.89 -
YUV 220.72 136.62 98.24 -
System Red Green Blue C M Y K H S L
Decimal 179 239 236 0.25 0 0.01 0.06 177 0.65 0.82
Hex B3 EF EC 19 0 1 6 B1 41 52
Octal 263 357 354 31 0 1 6 261 101 122
Binary 10110011 11101111 11101100 11001 0 1 110 10110001 1000001 1010010

Color Harmonies of #B3EFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3EFEC

Black with #B3EFEC

Text Example


Text Example

White with #B3EFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3EFEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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