Html Css Color HEX #B1F2E8 Pale Turquoise

📋 copy color: '#B1F2E8'

red 177 ◦ green 242 ◦ blue 232

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

Shades of Pale Turquoise #B1F2E8

Tints of Pale Turquoise #B1F2E8

RGB

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

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

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

R = 27.19%
G = 37.17%
B = 35.64%

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

#B1F2E8 (or 0xB1F2E8) is known color: Pale Turquoise. HEX triplet: B1, F2 and E8. RGB value is (177,242,232). Sum of RGB (Red+Green+Blue) = 177+242+232=651 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.19% from 651); Green value is 242 (94.92% from 255 or 37.17% from 651); Blue value is 232 (91.02% from 255 or 35.64% from 651); Max value from RGB is 242 - color contains mainly: green. Hex color #B1F2E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1F2E8 is #4E0D17. Grayscale: #DDDDDD. Windows color (decimal): -5115160 or 15266481. OLE color: 15266481.

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

Color convert

RGB 177 242 232 -
CMYK 0.27 0 0.04 0.05
HSL 170.77º 0.71% 0.82% -
HSV(B) 170.77º 0.27% 0.95% -
XYZ 64.45 78.68 88.13 -
YUV 221.43 133.97 96.31 -
System Red Green Blue C M Y K H S L
Decimal 177 242 232 0.27 0 0.04 0.05 170.77 0.71 0.82
Hex B1 F2 E8 1B 0 4 5 AB 47 52
Octal 261 362 350 33 0 4 5 253 107 122
Binary 10110001 11110010 11101000 11011 0 100 101 10101011 1000111 1010010

Color Harmonies of #B1F2E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F2E8

Black with #B1F2E8

Text Example


Text Example

White with #B1F2E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F2E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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