Html Css Color HEX #B0F1EA Pale Turquoise

📋 copy color: '#B0F1EA'

red 176 ◦ green 241 ◦ blue 234

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

Shades of Pale Turquoise #B0F1EA

Tints of Pale Turquoise #B0F1EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 35.94%

R = 27.04%
G = 37.02%
B = 35.94%

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

#B0F1EA (or 0xB0F1EA) is known color: Pale Turquoise. HEX triplet: B0, F1 and EA. RGB value is (176,241,234). Sum of RGB (Red+Green+Blue) = 176+241+234=651 (86% of max value = 765). Red value is 176 (69.14% from 255 or 27.04% from 651); Green value is 241 (94.53% from 255 or 37.02% from 651); Blue value is 234 (91.80% from 255 or 35.94% from 651); Max value from RGB is 241 - color contains mainly: green. Hex color #B0F1EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F1EA is #4F0E15. Grayscale: #DCDCDC. Windows color (decimal): -5180950 or 15397296. OLE color: 15397296.

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

Color convert

RGB 176 241 234 -
CMYK 0.27 0 0.03 0.05
HSL 173.54º 0.7% 0.82% -
HSV(B) 173.54º 0.27% 0.95% -
XYZ 64.21 78.08 89.53 -
YUV 220.77 135.47 96.07 -
System Red Green Blue C M Y K H S L
Decimal 176 241 234 0.27 0 0.03 0.05 173.54 0.7 0.82
Hex B0 F1 EA 1B 0 3 5 AE 46 52
Octal 260 361 352 33 0 3 5 256 106 122
Binary 10110000 11110001 11101010 11011 0 11 101 10101110 1000110 1010010

Color Harmonies of #B0F1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F1EA

Black with #B0F1EA

Text Example


Text Example

White with #B0F1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F1EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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