Html Css Color HEX #B8F5EE Pale Turquoise

📋 copy color: '#B8F5EE'

red 184 ◦ green 245 ◦ blue 238

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

Shades of Pale Turquoise #B8F5EE

Tints of Pale Turquoise #B8F5EE

RGB

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

 GREEN value IS 245 (96.09% from 255) = 36.73%

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

R = 27.59%
G = 36.73%
B = 35.68%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#B8F5EE (or 0xB8F5EE) is known color: Pale Turquoise. HEX triplet: B8, F5 and EE. RGB value is (184,245,238). Sum of RGB (Red+Green+Blue) = 184+245+238=667 (88% of max value = 765). Red value is 184 (72.27% from 255 or 27.59% from 667); Green value is 245 (96.09% from 255 or 36.73% from 667); Blue value is 238 (93.36% from 255 or 35.68% from 667); Max value from RGB is 245 - color contains mainly: green. Hex color #B8F5EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8F5EE is #470A11. Grayscale: #E1E1E1. Windows color (decimal): -4655634 or 15660472. OLE color: 15660472.

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

Color convert

RGB 184 245 238 -
CMYK 0.25 0 0.03 0.04
HSL 173.11º 0.75% 0.84% -
HSV(B) 173.11º 0.25% 0.96% -
XYZ 67.85 81.67 93.08 -
YUV 225.96 134.79 98.07 -
System Red Green Blue C M Y K H S L
Decimal 184 245 238 0.25 0 0.03 0.04 173.11 0.75 0.84
Hex B8 F5 EE 19 0 3 4 AD 4B 54
Octal 270 365 356 31 0 3 4 255 113 124
Binary 10111000 11110101 11101110 11001 0 11 100 10101101 1001011 1010100

Color Harmonies of #B8F5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8F5EE

Black with #B8F5EE

Text Example


Text Example

White with #B8F5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8F5EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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