Html Css Color HEX #B2F1EE Pale Turquoise

📋 copy color: '#B2F1EE'

red 178 ◦ green 241 ◦ blue 238

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

Shades of Pale Turquoise #B2F1EE

Tints of Pale Turquoise #B2F1EE

RGB

 RED value IS 178 (69.92% from 255) = 27.09%

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

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

R = 27.09%
G = 36.68%
B = 36.23%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#B2F1EE (or 0xB2F1EE) is known color: Pale Turquoise. HEX triplet: B2, F1 and EE. RGB value is (178,241,238). Sum of RGB (Red+Green+Blue) = 178+241+238=657 (87% of max value = 765). Red value is 178 (69.92% from 255 or 27.09% from 657); Green value is 241 (94.53% from 255 or 36.68% from 657); Blue value is 238 (93.36% from 255 or 36.23% from 657); Max value from RGB is 241 - color contains mainly: green. Hex color #B2F1EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2F1EE is #4D0E11. Grayscale: #DDDDDD. Windows color (decimal): -5049874 or 15659442. OLE color: 15659442.

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

Color convert

RGB 178 241 238 -
CMYK 0.26 0 0.01 0.05
HSL 177.14º 0.69% 0.82% -
HSV(B) 177.14º 0.26% 0.95% -
XYZ 65.25 78.55 92.61 -
YUV 221.82 137.13 96.74 -
System Red Green Blue C M Y K H S L
Decimal 178 241 238 0.26 0 0.01 0.05 177.14 0.69 0.82
Hex B2 F1 EE 1A 0 1 5 B1 45 52
Octal 262 361 356 32 0 1 5 261 105 122
Binary 10110010 11110001 11101110 11010 0 1 101 10110001 1000101 1010010

Color Harmonies of #B2F1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F1EE

Black with #B2F1EE

Text Example


Text Example

White with #B2F1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F1EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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