Html Css Color HEX #B8F1EA Pale Turquoise

📋 copy color: '#B8F1EA'

red 184 ◦ green 241 ◦ blue 234

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

Shades of Pale Turquoise #B8F1EA

Tints of Pale Turquoise #B8F1EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 35.51%

R = 27.92%
G = 36.57%
B = 35.51%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#B8F1EA (or 0xB8F1EA) is known color: Pale Turquoise. HEX triplet: B8, F1 and EA. RGB value is (184,241,234). Sum of RGB (Red+Green+Blue) = 184+241+234=659 (87% of max value = 765). Red value is 184 (72.27% from 255 or 27.92% from 659); Green value is 241 (94.53% from 255 or 36.57% from 659); Blue value is 234 (91.80% from 255 or 35.51% from 659); Max value from RGB is 241 - color contains mainly: green. Hex color #B8F1EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8F1EA is #470E15. Grayscale: #DFDFDF. Windows color (decimal): -4656662 or 15397304. OLE color: 15397304.

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

Color convert

RGB 184 241 234 -
CMYK 0.24 0 0.03 0.05
HSL 172.63º 0.67% 0.83% -
HSV(B) 172.63º 0.24% 0.95% -
XYZ 66.07 79.04 89.62 -
YUV 223.16 134.12 100.07 -
System Red Green Blue C M Y K H S L
Decimal 184 241 234 0.24 0 0.03 0.05 172.63 0.67 0.83
Hex B8 F1 EA 18 0 3 5 AD 43 53
Octal 270 361 352 30 0 3 5 255 103 123
Binary 10111000 11110001 11101010 11000 0 11 101 10101101 1000011 1010011

Color Harmonies of #B8F1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8F1EA

Black with #B8F1EA

Text Example


Text Example

White with #B8F1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8F1EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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