Html Css Color HEX #B8F1EE Pale Turquoise

📋 copy color: '#B8F1EE'

red 184 ◦ green 241 ◦ blue 238

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

Shades of Pale Turquoise #B8F1EE

Tints of Pale Turquoise #B8F1EE

RGB

 RED value IS 184 (72.27% from 255) = 27.75%

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

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

R = 27.75%
G = 36.35%
B = 35.9%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#B8F1EE (or 0xB8F1EE) is known color: Pale Turquoise. HEX triplet: B8, F1 and EE. RGB value is (184,241,238). Sum of RGB (Red+Green+Blue) = 184+241+238=663 (87% of max value = 765). Red value is 184 (72.27% from 255 or 27.75% from 663); Green value is 241 (94.53% from 255 or 36.35% from 663); Blue value is 238 (93.36% from 255 or 35.90% from 663); Max value from RGB is 241 - color contains mainly: green. Hex color #B8F1EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8F1EE is #470E11. Grayscale: #DFDFDF. Windows color (decimal): -4656658 or 15659448. OLE color: 15659448.

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

Color convert

RGB 184 241 238 -
CMYK 0.24 0 0.01 0.05
HSL 176.84º 0.67% 0.83% -
HSV(B) 176.84º 0.24% 0.95% -
XYZ 66.66 79.27 92.68 -
YUV 223.62 136.12 99.74 -
System Red Green Blue C M Y K H S L
Decimal 184 241 238 0.24 0 0.01 0.05 176.84 0.67 0.83
Hex B8 F1 EE 18 0 1 5 B1 43 53
Octal 270 361 356 30 0 1 5 261 103 123
Binary 10111000 11110001 11101110 11000 0 1 101 10110001 1000011 1010011

Color Harmonies of #B8F1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8F1EE

Black with #B8F1EE

Text Example


Text Example

White with #B8F1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8F1EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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