Html Css Color HEX #B8FBF6 Pale Turquoise

📋 copy color: '#B8FBF6'

red 184 ◦ green 251 ◦ blue 246

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

Shades of Pale Turquoise #B8FBF6

Tints of Pale Turquoise #B8FBF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 36.12%

R = 27.02%
G = 36.86%
B = 36.12%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#B8FBF6 (or 0xB8FBF6) is known color: Pale Turquoise. HEX triplet: B8, FB and F6. RGB value is (184,251,246). Sum of RGB (Red+Green+Blue) = 184+251+246=681 (90% of max value = 765). Red value is 184 (72.27% from 255 or 27.02% from 681); Green value is 251 (98.44% from 255 or 36.86% from 681); Blue value is 246 (96.48% from 255 or 36.12% from 681); Max value from RGB is 251 - color contains mainly: green. Hex color #B8FBF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8FBF6 is #470409. Grayscale: #E6E6E6. Windows color (decimal): -4654090 or 16186296. OLE color: 16186296.

HSL color Cylindrical-coordinate representation of color #B8FBF6: hue angle of 175.52º 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 #B8FBF6 is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB 184 251 246 -
CMYK 0.27 0 0.02 0.02
HSL 175.52º 0.89% 0.85% -
HSV(B) 175.52º 0.27% 0.98% -
XYZ 70.9 85.84 100.02 -
YUV 230.4 136.8 94.91 -
System Red Green Blue C M Y K H S L
Decimal 184 251 246 0.27 0 0.02 0.02 175.52 0.89 0.85
Hex B8 FB F6 1B 0 2 2 B0 59 55
Octal 270 373 366 33 0 2 2 260 131 125
Binary 10111000 11111011 11110110 11011 0 10 10 10110000 1011001 1010101

Color Harmonies of #B8FBF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8FBF6

Black with #B8FBF6

Text Example


Text Example

White with #B8FBF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8FBF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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