Html Css Color HEX #B0F1E8 Pale Turquoise

📋 copy color: '#B0F1E8'

red 176 ◦ green 241 ◦ blue 232

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

Shades of Pale Turquoise #B0F1E8

Tints of Pale Turquoise #B0F1E8

RGB

 RED value IS 176 (69.14% from 255) = 27.12%

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

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

R = 27.12%
G = 37.13%
B = 35.75%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#B0F1E8 (or 0xB0F1E8) is known color: Pale Turquoise. HEX triplet: B0, F1 and E8. RGB value is (176,241,232). Sum of RGB (Red+Green+Blue) = 176+241+232=649 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.12% from 649); Green value is 241 (94.53% from 255 or 37.13% from 649); Blue value is 232 (91.02% from 255 or 35.75% from 649); Max value from RGB is 241 - color contains mainly: green. Hex color #B0F1E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F1E8 is #4F0E17. Grayscale: #DCDCDC. Windows color (decimal): -5180952 or 15266224. OLE color: 15266224.

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

Color convert

RGB 176 241 232 -
CMYK 0.27 0 0.04 0.05
HSL 171.69º 0.7% 0.82% -
HSV(B) 171.69º 0.27% 0.95% -
XYZ 63.93 77.97 88.02 -
YUV 220.54 134.47 96.23 -
System Red Green Blue C M Y K H S L
Decimal 176 241 232 0.27 0 0.04 0.05 171.69 0.7 0.82
Hex B0 F1 E8 1B 0 4 5 AC 46 52
Octal 260 361 350 33 0 4 5 254 106 122
Binary 10110000 11110001 11101000 11011 0 100 101 10101100 1000110 1010010

Color Harmonies of #B0F1E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F1E8

Black with #B0F1E8

Text Example


Text Example

White with #B0F1E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F1E8; }

 p { color: rgb(176,241,232); }

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

background-color css

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

 a { background-color: rgb(176,241,232); }

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

border-color css

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

 span { border-color: rgb(176,241,232); }

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