Html Css Color HEX #B0F1E9 Pale Turquoise

📋 copy color: '#B0F1E9'

red 176 ◦ green 241 ◦ blue 233

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

Shades of Pale Turquoise #B0F1E9

Tints of Pale Turquoise #B0F1E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 35.85%

R = 27.08%
G = 37.08%
B = 35.85%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#B0F1E9 (or 0xB0F1E9) is known color: Pale Turquoise. HEX triplet: B0, F1 and E9. RGB value is (176,241,233). Sum of RGB (Red+Green+Blue) = 176+241+233=650 (86% of max value = 765). Red value is 176 (69.14% from 255 or 27.08% from 650); Green value is 241 (94.53% from 255 or 37.08% from 650); Blue value is 233 (91.41% from 255 or 35.85% from 650); Max value from RGB is 241 - color contains mainly: green. Hex color #B0F1E9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F1E9 is #4F0E16. Grayscale: #DCDCDC. Windows color (decimal): -5180951 or 15331760. OLE color: 15331760.

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

Color convert

RGB 176 241 233 -
CMYK 0.27 0 0.03 0.05
HSL 172.62º 0.7% 0.82% -
HSV(B) 172.62º 0.27% 0.95% -
XYZ 64.07 78.02 88.77 -
YUV 220.65 134.97 96.15 -
System Red Green Blue C M Y K H S L
Decimal 176 241 233 0.27 0 0.03 0.05 172.62 0.7 0.82
Hex B0 F1 E9 1B 0 3 5 AD 46 52
Octal 260 361 351 33 0 3 5 255 106 122
Binary 10110000 11110001 11101001 11011 0 11 101 10101101 1000110 1010010

Color Harmonies of #B0F1E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F1E9

Black with #B0F1E9

Text Example


Text Example

White with #B0F1E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F1E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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