Html Css Color HEX #B3F1EF Pale Turquoise

📋 copy color: '#B3F1EF'

red 179 ◦ green 241 ◦ blue 239

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

Shades of Pale Turquoise #B3F1EF

Tints of Pale Turquoise #B3F1EF

RGB

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

 GREEN value IS 241 (94.53% from 255) = 36.57%

 BLUE value IS 239 (93.75% from 255) = 36.27%

R = 27.16%
G = 36.57%
B = 36.27%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#B3F1EF (or 0xB3F1EF) is known color: Pale Turquoise. HEX triplet: B3, F1 and EF. RGB value is (179,241,239). Sum of RGB (Red+Green+Blue) = 179+241+239=659 (87% of max value = 765). Red value is 179 (70.31% from 255 or 27.16% from 659); Green value is 241 (94.53% from 255 or 36.57% from 659); Blue value is 239 (93.75% from 255 or 36.27% from 659); Max value from RGB is 241 - color contains mainly: green. Hex color #B3F1EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3F1EF is #4C0E10. Grayscale: #DEDEDE. Windows color (decimal): -4984337 or 15724979. OLE color: 15724979.

HSL color Cylindrical-coordinate representation of color #B3F1EF: hue angle of 178.06º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B3F1EF is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 179 241 239 -
CMYK 0.26 0 0.01 0.05
HSL 178.06º 0.69% 0.82% -
HSV(B) 178.06º 0.26% 0.95% -
XYZ 65.63 78.73 93.4 -
YUV 222.23 137.46 97.16 -
System Red Green Blue C M Y K H S L
Decimal 179 241 239 0.26 0 0.01 0.05 178.06 0.69 0.82
Hex B3 F1 EF 1A 0 1 5 B2 45 52
Octal 263 361 357 32 0 1 5 262 105 122
Binary 10110011 11110001 11101111 11010 0 1 101 10110010 1000101 1010010

Color Harmonies of #B3F1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3F1EF

Black with #B3F1EF

Text Example


Text Example

White with #B3F1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3F1EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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