Html Css Color HEX #B8FBF1 Pale Turquoise

📋 copy color: '#B8FBF1'

red 184 ◦ green 251 ◦ blue 241

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

Shades of Pale Turquoise #B8FBF1

Tints of Pale Turquoise #B8FBF1

RGB

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

 GREEN value IS 251 (98.44% from 255) = 37.13%

 BLUE value IS 241 (94.53% from 255) = 35.65%

R = 27.22%
G = 37.13%
B = 35.65%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#B8FBF1 (or 0xB8FBF1) is known color: Pale Turquoise. HEX triplet: B8, FB and F1. RGB value is (184,251,241). Sum of RGB (Red+Green+Blue) = 184+251+241=676 (89% of max value = 765). Red value is 184 (72.27% from 255 or 27.22% from 676); Green value is 251 (98.44% from 255 or 37.13% from 676); Blue value is 241 (94.53% from 255 or 35.65% from 676); Max value from RGB is 251 - color contains mainly: green. Hex color #B8FBF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8FBF1 is #47040E. Grayscale: #E5E5E5. Windows color (decimal): -4654095 or 15858616. OLE color: 15858616.

HSL color Cylindrical-coordinate representation of color #B8FBF1: hue angle of 171.04º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8FBF1 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 184 251 241 -
CMYK 0.27 0 0.04 0.02
HSL 171.04º 0.89% 0.85% -
HSV(B) 171.04º 0.27% 0.98% -
XYZ 70.14 85.54 96.03 -
YUV 229.83 134.3 95.31 -
System Red Green Blue C M Y K H S L
Decimal 184 251 241 0.27 0 0.04 0.02 171.04 0.89 0.85
Hex B8 FB F1 1B 0 4 2 AB 59 55
Octal 270 373 361 33 0 4 2 253 131 125
Binary 10111000 11111011 11110001 11011 0 100 10 10101011 1011001 1010101

Color Harmonies of #B8FBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8FBF1

Black with #B8FBF1

Text Example


Text Example

White with #B8FBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8FBF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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