Html Css Color HEX #B1F2EA Pale Turquoise

📋 copy color: '#B1F2EA'

red 177 ◦ green 242 ◦ blue 234

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

Shades of Pale Turquoise #B1F2EA

Tints of Pale Turquoise #B1F2EA

RGB

 RED value IS 177 (69.53% from 255) = 27.11%

 GREEN value IS 242 (94.92% from 255) = 37.06%

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

R = 27.11%
G = 37.06%
B = 35.83%

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

#B1F2EA (or 0xB1F2EA) is known color: Pale Turquoise. HEX triplet: B1, F2 and EA. RGB value is (177,242,234). Sum of RGB (Red+Green+Blue) = 177+242+234=653 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.11% from 653); Green value is 242 (94.92% from 255 or 37.06% from 653); Blue value is 234 (91.80% from 255 or 35.83% from 653); Max value from RGB is 242 - color contains mainly: green. Hex color #B1F2EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1F2EA is #4E0D15. Grayscale: #DDDDDD. Windows color (decimal): -5115158 or 15397553. OLE color: 15397553.

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

Color convert

RGB 177 242 234 -
CMYK 0.27 0 0.03 0.05
HSL 172.62º 0.71% 0.82% -
HSV(B) 172.62º 0.27% 0.95% -
XYZ 64.73 78.79 89.64 -
YUV 221.65 134.97 96.15 -
System Red Green Blue C M Y K H S L
Decimal 177 242 234 0.27 0 0.03 0.05 172.62 0.71 0.82
Hex B1 F2 EA 1B 0 3 5 AD 47 52
Octal 261 362 352 33 0 3 5 255 107 122
Binary 10110001 11110010 11101010 11011 0 11 101 10101101 1000111 1010010

Color Harmonies of #B1F2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F2EA

Black with #B1F2EA

Text Example


Text Example

White with #B1F2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F2EA; }

 p { color: rgb(177,242,234); }

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

background-color css

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

 a { background-color: rgb(177,242,234); }

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

border-color css

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

 span { border-color: rgb(177,242,234); }

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