Html Css Color HEX #B8F0EB Pale Turquoise

📋 copy color: '#B8F0EB'

red 184 ◦ green 240 ◦ blue 235

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

Shades of Pale Turquoise #B8F0EB

Tints of Pale Turquoise #B8F0EB

RGB

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

 GREEN value IS 240 (94.14% from 255) = 36.42%

 BLUE value IS 235 (92.19% from 255) = 35.66%

R = 27.92%
G = 36.42%
B = 35.66%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#B8F0EB (or 0xB8F0EB) is known color: Pale Turquoise. HEX triplet: B8, F0 and EB. RGB value is (184,240,235). Sum of RGB (Red+Green+Blue) = 184+240+235=659 (87% of max value = 765). Red value is 184 (72.27% from 255 or 27.92% from 659); Green value is 240 (94.14% from 255 or 36.42% from 659); Blue value is 235 (92.19% from 255 or 35.66% from 659); Max value from RGB is 240 - color contains mainly: green. Hex color #B8F0EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8F0EB is #470F14. Grayscale: #DEDEDE. Windows color (decimal): -4656917 or 15462584. OLE color: 15462584.

HSL color Cylindrical-coordinate representation of color #B8F0EB: hue angle of 174.64º degrees, saturation: 0.65, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8F0EB is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 184 240 235 -
CMYK 0.23 0 0.02 0.06
HSL 174.64º 0.65% 0.83% -
HSV(B) 174.64º 0.23% 0.94% -
XYZ 65.92 78.51 90.28 -
YUV 222.69 134.95 100.41 -
System Red Green Blue C M Y K H S L
Decimal 184 240 235 0.23 0 0.02 0.06 174.64 0.65 0.83
Hex B8 F0 EB 17 0 2 6 AF 41 53
Octal 270 360 353 27 0 2 6 257 101 123
Binary 10111000 11110000 11101011 10111 0 10 110 10101111 1000001 1010011

Color Harmonies of #B8F0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8F0EB

Black with #B8F0EB

Text Example


Text Example

White with #B8F0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8F0EB; }

 p { color: rgb(184,240,235); }

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

background-color css

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

 a { background-color: rgb(184,240,235); }

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

border-color css

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

 span { border-color: rgb(184,240,235); }

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