Html Css Color HEX #B1F1EE Pale Turquoise

📋 copy color: '#B1F1EE'

red 177 ◦ green 241 ◦ blue 238

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

Shades of Pale Turquoise #B1F1EE

Tints of Pale Turquoise #B1F1EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.28%

R = 26.98%
G = 36.74%
B = 36.28%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#B1F1EE (or 0xB1F1EE) is known color: Pale Turquoise. HEX triplet: B1, F1 and EE. RGB value is (177,241,238). Sum of RGB (Red+Green+Blue) = 177+241+238=656 (86% of max value = 765). Red value is 177 (69.53% from 255 or 26.98% from 656); Green value is 241 (94.53% from 255 or 36.74% from 656); Blue value is 238 (93.36% from 255 or 36.28% from 656); Max value from RGB is 241 - color contains mainly: green. Hex color #B1F1EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1F1EE is #4E0E11. Grayscale: #DDDDDD. Windows color (decimal): -5115410 or 15659441. OLE color: 15659441.

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

Color convert

RGB 177 241 238 -
CMYK 0.27 0 0.01 0.05
HSL 177.19º 0.7% 0.82% -
HSV(B) 177.19º 0.27% 0.95% -
XYZ 65.02 78.43 92.6 -
YUV 221.52 137.3 96.24 -
System Red Green Blue C M Y K H S L
Decimal 177 241 238 0.27 0 0.01 0.05 177.19 0.7 0.82
Hex B1 F1 EE 1B 0 1 5 B1 46 52
Octal 261 361 356 33 0 1 5 261 106 122
Binary 10110001 11110001 11101110 11011 0 1 101 10110001 1000110 1010010

Color Harmonies of #B1F1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F1EE

Black with #B1F1EE

Text Example


Text Example

White with #B1F1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F1EE; }

 p { color: rgb(177,241,238); }

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

background-color css

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

 a { background-color: rgb(177,241,238); }

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

border-color css

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

 span { border-color: rgb(177,241,238); }

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