Html Css Color HEX #B1F4EA Pale Turquoise

📋 copy color: '#B1F4EA'

red 177 ◦ green 244 ◦ blue 234

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

Shades of Pale Turquoise #B1F4EA

Tints of Pale Turquoise #B1F4EA

RGB

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

 GREEN value IS 244 (95.7% from 255) = 37.25%

 BLUE value IS 234 (91.8% from 255) = 35.73%

R = 27.02%
G = 37.25%
B = 35.73%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#B1F4EA (or 0xB1F4EA) is known color: Pale Turquoise. HEX triplet: B1, F4 and EA. RGB value is (177,244,234). Sum of RGB (Red+Green+Blue) = 177+244+234=655 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.02% from 655); Green value is 244 (95.70% from 255 or 37.25% from 655); Blue value is 234 (91.80% from 255 or 35.73% from 655); Max value from RGB is 244 - color contains mainly: green. Hex color #B1F4EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1F4EA is #4E0B15. Grayscale: #DEDEDE. Windows color (decimal): -5114646 or 15398065. OLE color: 15398065.

HSL color Cylindrical-coordinate representation of color #B1F4EA: hue angle of 171.04º degrees, saturation: 0.75, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1F4EA is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 177 244 234 -
CMYK 0.27 0 0.04 0.04
HSL 171.04º 0.75% 0.83% -
HSV(B) 171.04º 0.27% 0.96% -
XYZ 65.33 79.99 89.84 -
YUV 222.83 134.3 95.31 -
System Red Green Blue C M Y K H S L
Decimal 177 244 234 0.27 0 0.04 0.04 171.04 0.75 0.83
Hex B1 F4 EA 1B 0 4 4 AB 4B 53
Octal 261 364 352 33 0 4 4 253 113 123
Binary 10110001 11110100 11101010 11011 0 100 100 10101011 1001011 1010011

Color Harmonies of #B1F4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F4EA

Black with #B1F4EA

Text Example


Text Example

White with #B1F4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F4EA; }

 p { color: rgb(177,244,234); }

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

background-color css

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

 a { background-color: rgb(177,244,234); }

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

border-color css

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

 span { border-color: rgb(177,244,234); }

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