Html Css Color HEX #B1F3EE Pale Turquoise

📋 copy color: '#B1F3EE'

red 177 ◦ green 243 ◦ blue 238

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

Shades of Pale Turquoise #B1F3EE

Tints of Pale Turquoise #B1F3EE

RGB

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

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

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

R = 26.9%
G = 36.93%
B = 36.17%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#B1F3EE (or 0xB1F3EE) is known color: Pale Turquoise. HEX triplet: B1, F3 and EE. RGB value is (177,243,238). Sum of RGB (Red+Green+Blue) = 177+243+238=658 (87% of max value = 765). Red value is 177 (69.53% from 255 or 26.90% from 658); Green value is 243 (95.31% from 255 or 36.93% from 658); Blue value is 238 (93.36% from 255 or 36.17% from 658); Max value from RGB is 243 - color contains mainly: green. Hex color #B1F3EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1F3EE is #4E0C11. Grayscale: #DEDEDE. Windows color (decimal): -5114898 or 15659953. OLE color: 15659953.

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

Color convert

RGB 177 243 238 -
CMYK 0.27 0 0.02 0.05
HSL 175.45º 0.73% 0.82% -
HSV(B) 175.45º 0.27% 0.95% -
XYZ 65.61 79.62 92.8 -
YUV 222.7 136.63 95.41 -
System Red Green Blue C M Y K H S L
Decimal 177 243 238 0.27 0 0.02 0.05 175.45 0.73 0.82
Hex B1 F3 EE 1B 0 2 5 AF 49 52
Octal 261 363 356 33 0 2 5 257 111 122
Binary 10110001 11110011 11101110 11011 0 10 101 10101111 1001001 1010010

Color Harmonies of #B1F3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F3EE

Black with #B1F3EE

Text Example


Text Example

White with #B1F3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F3EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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