Html Css Color HEX #B3EFE8 Pale Turquoise

📋 copy color: '#B3EFE8'

red 179 ◦ green 239 ◦ blue 232

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

Shades of Pale Turquoise #B3EFE8

Tints of Pale Turquoise #B3EFE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 35.69%

R = 27.54%
G = 36.77%
B = 35.69%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#B3EFE8 (or 0xB3EFE8) is known color: Pale Turquoise. HEX triplet: B3, EF and E8. RGB value is (179,239,232). Sum of RGB (Red+Green+Blue) = 179+239+232=650 (86% of max value = 765). Red value is 179 (70.31% from 255 or 27.54% from 650); Green value is 239 (93.75% from 255 or 36.77% from 650); Blue value is 232 (91.02% from 255 or 35.69% from 650); Max value from RGB is 239 - color contains mainly: green. Hex color #B3EFE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3EFE8 is #4C1017. Grayscale: #DCDCDC. Windows color (decimal): -4984856 or 15265715. OLE color: 15265715.

HSL color Cylindrical-coordinate representation of color #B3EFE8: hue angle of 173º 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 #B3EFE8 is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB 179 239 232 -
CMYK 0.25 0 0.03 0.06
HSL 173º 0.65% 0.82% -
HSV(B) 173º 0.25% 0.94% -
XYZ 64.02 77.14 87.86 -
YUV 220.26 134.62 98.57 -
System Red Green Blue C M Y K H S L
Decimal 179 239 232 0.25 0 0.03 0.06 173 0.65 0.82
Hex B3 EF E8 19 0 3 6 AD 41 52
Octal 263 357 350 31 0 3 6 255 101 122
Binary 10110011 11101111 11101000 11001 0 11 110 10101101 1000001 1010010

Color Harmonies of #B3EFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3EFE8

Black with #B3EFE8

Text Example


Text Example

White with #B3EFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3EFE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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