Html Css Color HEX #B1F3E9 Pale Turquoise

📋 copy color: '#B1F3E9'

red 177 ◦ green 243 ◦ blue 233

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

Shades of Pale Turquoise #B1F3E9

Tints of Pale Turquoise #B1F3E9

RGB

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

 GREEN value IS 243 (95.31% from 255) = 37.21%

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

R = 27.11%
G = 37.21%
B = 35.68%

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

#B1F3E9 (or 0xB1F3E9) is known color: Pale Turquoise. HEX triplet: B1, F3 and E9. RGB value is (177,243,233). Sum of RGB (Red+Green+Blue) = 177+243+233=653 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.11% from 653); Green value is 243 (95.31% from 255 or 37.21% from 653); Blue value is 233 (91.41% from 255 or 35.68% from 653); Max value from RGB is 243 - color contains mainly: green. Hex color #B1F3E9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1F3E9 is #4E0C16. Grayscale: #DEDEDE. Windows color (decimal): -5114903 or 15332273. OLE color: 15332273.

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

Color convert

RGB 177 243 233 -
CMYK 0.27 0 0.04 0.05
HSL 170.91º 0.73% 0.82% -
HSV(B) 170.91º 0.27% 0.95% -
XYZ 64.89 79.33 88.98 -
YUV 222.13 134.13 95.81 -
System Red Green Blue C M Y K H S L
Decimal 177 243 233 0.27 0 0.04 0.05 170.91 0.73 0.82
Hex B1 F3 E9 1B 0 4 5 AB 49 52
Octal 261 363 351 33 0 4 5 253 111 122
Binary 10110001 11110011 11101001 11011 0 100 101 10101011 1001001 1010010

Color Harmonies of #B1F3E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F3E9

Black with #B1F3E9

Text Example


Text Example

White with #B1F3E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F3E9; }

 p { color: rgb(177,243,233); }

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

background-color css

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

 a { background-color: rgb(177,243,233); }

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

border-color css

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

 span { border-color: rgb(177,243,233); }

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