Html Css Color HEX #B1F0EE Pale Turquoise

📋 copy color: '#B1F0EE'

red 177 ◦ green 240 ◦ blue 238

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

Shades of Pale Turquoise #B1F0EE

Tints of Pale Turquoise #B1F0EE

RGB

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

 GREEN value IS 240 (94.14% from 255) = 36.64%

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

R = 27.02%
G = 36.64%
B = 36.34%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#B1F0EE (or 0xB1F0EE) is known color: Pale Turquoise. HEX triplet: B1, F0 and EE. RGB value is (177,240,238). Sum of RGB (Red+Green+Blue) = 177+240+238=655 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.02% from 655); Green value is 240 (94.14% from 255 or 36.64% from 655); Blue value is 238 (93.36% from 255 or 36.34% from 655); Max value from RGB is 240 - color contains mainly: green. Hex color #B1F0EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1F0EE is #4E0F11. Grayscale: #DCDCDC. Windows color (decimal): -5115666 or 15659185. OLE color: 15659185.

HSL color Cylindrical-coordinate representation of color #B1F0EE: hue angle of 178.1º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1F0EE is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 177 240 238 -
CMYK 0.26 0 0.01 0.06
HSL 178.1º 0.68% 0.82% -
HSV(B) 178.1º 0.26% 0.94% -
XYZ 64.72 77.84 92.5 -
YUV 220.94 137.63 96.66 -
System Red Green Blue C M Y K H S L
Decimal 177 240 238 0.26 0 0.01 0.06 178.1 0.68 0.82
Hex B1 F0 EE 1A 0 1 6 B2 44 52
Octal 261 360 356 32 0 1 6 262 104 122
Binary 10110001 11110000 11101110 11010 0 1 110 10110010 1000100 1010010

Color Harmonies of #B1F0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F0EE

Black with #B1F0EE

Text Example


Text Example

White with #B1F0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F0EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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