Html Css Color HEX #B8F2EA Pale Turquoise

📋 copy color: '#B8F2EA'

red 184 ◦ green 242 ◦ blue 234

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

Shades of Pale Turquoise #B8F2EA

Tints of Pale Turquoise #B8F2EA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.67%

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

R = 27.88%
G = 36.67%
B = 35.45%

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

#B8F2EA (or 0xB8F2EA) is known color: Pale Turquoise. HEX triplet: B8, F2 and EA. RGB value is (184,242,234). Sum of RGB (Red+Green+Blue) = 184+242+234=660 (87% of max value = 765). Red value is 184 (72.27% from 255 or 27.88% from 660); Green value is 242 (94.92% from 255 or 36.67% from 660); Blue value is 234 (91.80% from 255 or 35.45% from 660); Max value from RGB is 242 - color contains mainly: green. Hex color #B8F2EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8F2EA is #470D15. Grayscale: #DFDFDF. Windows color (decimal): -4656406 or 15397560. OLE color: 15397560.

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

Color convert

RGB 184 242 234 -
CMYK 0.24 0 0.03 0.05
HSL 171.72º 0.69% 0.84% -
HSV(B) 171.72º 0.24% 0.95% -
XYZ 66.37 79.64 89.71 -
YUV 223.75 133.78 99.65 -
System Red Green Blue C M Y K H S L
Decimal 184 242 234 0.24 0 0.03 0.05 171.72 0.69 0.84
Hex B8 F2 EA 18 0 3 5 AC 45 54
Octal 270 362 352 30 0 3 5 254 105 124
Binary 10111000 11110010 11101010 11000 0 11 101 10101100 1000101 1010100

Color Harmonies of #B8F2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8F2EA

Black with #B8F2EA

Text Example


Text Example

White with #B8F2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8F2EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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