Html Css Color HEX #B8FFFA Pale Turquoise

📋 copy color: '#B8FFFA'

red 184 ◦ green 255 ◦ blue 250

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

Shades of Pale Turquoise #B8FFFA

Tints of Pale Turquoise #B8FFFA

RGB

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

 GREEN value IS 255 (100% from 255) = 37.01%

 BLUE value IS 250 (98.05% from 255) = 36.28%

R = 26.71%
G = 37.01%
B = 36.28%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#B8FFFA (or 0xB8FFFA) is known color: Pale Turquoise. HEX triplet: B8, FF and FA. RGB value is (184,255,250). Sum of RGB (Red+Green+Blue) = 184+255+250=689 (91% of max value = 765). Red value is 184 (72.27% from 255 or 26.71% from 689); Green value is 255 (100% from 255 or 37.01% from 689); Blue value is 250 (98.05% from 255 or 36.28% from 689); Max value from RGB is 255 - color contains mainly: green. Hex color #B8FFFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8FFFA is #470005. Grayscale: #E9E9E9. Windows color (decimal): -4653062 or 16449464. OLE color: 16449464.

HSL color Cylindrical-coordinate representation of color #B8FFFA: hue angle of 175.77º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8FFFA is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB 184 255 250 -
CMYK 0.28 0 0.02 0
HSL 175.77º 1% 0.86% -
HSV(B) 175.77º 0.28% 1% -
XYZ 72.78 88.61 103.71 -
YUV 233.2 137.48 92.91 -
System Red Green Blue C M Y K H S L
Decimal 184 255 250 0.28 0 0.02 0 175.77 1 0.86
Hex B8 FF FA 1C 0 2 0 B0 64 56
Octal 270 377 372 34 0 2 0 260 144 126
Binary 10111000 11111111 11111010 11100 0 10 0 10110000 1100100 1010110

Color Harmonies of #B8FFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8FFFA

Black with #B8FFFA

Text Example


Text Example

White with #B8FFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8FFFA; }

 p { color: rgb(184,255,250); }

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

background-color css

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

 a { background-color: rgb(184,255,250); }

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

border-color css

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

 span { border-color: rgb(184,255,250); }

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