Html Css Color HEX #B1F9EE Pale Turquoise

📋 copy color: '#B1F9EE'

red 177 ◦ green 249 ◦ blue 238

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

Shades of Pale Turquoise #B1F9EE

Tints of Pale Turquoise #B1F9EE

RGB

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

 GREEN value IS 249 (97.66% from 255) = 37.5%

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

R = 26.66%
G = 37.5%
B = 35.84%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#B1F9EE (or 0xB1F9EE) is known color: Pale Turquoise. HEX triplet: B1, F9 and EE. RGB value is (177,249,238). Sum of RGB (Red+Green+Blue) = 177+249+238=664 (87% of max value = 765). Red value is 177 (69.53% from 255 or 26.66% from 664); Green value is 249 (97.66% from 255 or 37.5% from 664); Blue value is 238 (93.36% from 255 or 35.84% from 664); Max value from RGB is 249 - color contains mainly: green. Hex color #B1F9EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1F9EE is #4E0611. Grayscale: #E2E2E2. Windows color (decimal): -5113362 or 15661489. OLE color: 15661489.

HSL color Cylindrical-coordinate representation of color #B1F9EE: hue angle of 170.83º degrees, saturation: 0.86, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1F9EE is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 249 238 -
CMYK 0.29 0 0.04 0.02
HSL 170.83º 0.86% 0.84% -
HSV(B) 170.83º 0.29% 0.98% -
XYZ 67.44 83.27 93.41 -
YUV 226.22 134.65 92.89 -
System Red Green Blue C M Y K H S L
Decimal 177 249 238 0.29 0 0.04 0.02 170.83 0.86 0.84
Hex B1 F9 EE 1D 0 4 2 AB 56 54
Octal 261 371 356 35 0 4 2 253 126 124
Binary 10110001 11111001 11101110 11101 0 100 10 10101011 1010110 1010100

Color Harmonies of #B1F9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F9EE

Black with #B1F9EE

Text Example


Text Example

White with #B1F9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F9EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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