Html Css Color HEX #B8F6F3 Pale Turquoise

📋 copy color: '#B8F6F3'

red 184 ◦ green 246 ◦ blue 243

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

Shades of Pale Turquoise #B8F6F3

Tints of Pale Turquoise #B8F6F3

RGB

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

 GREEN value IS 246 (96.48% from 255) = 36.55%

 BLUE value IS 243 (95.31% from 255) = 36.11%

R = 27.34%
G = 36.55%
B = 36.11%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.01

 K value IS 0.04

RGB Variations

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

Color information

#B8F6F3 (or 0xB8F6F3) is known color: Pale Turquoise. HEX triplet: B8, F6 and F3. RGB value is (184,246,243). Sum of RGB (Red+Green+Blue) = 184+246+243=673 (89% of max value = 765). Red value is 184 (72.27% from 255 or 27.34% from 673); Green value is 246 (96.48% from 255 or 36.55% from 673); Blue value is 243 (95.31% from 255 or 36.11% from 673); Max value from RGB is 246 - color contains mainly: green. Hex color #B8F6F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8F6F3 is #47090C. Grayscale: #E3E3E3. Windows color (decimal): -4655373 or 15988408. OLE color: 15988408.

HSL color Cylindrical-coordinate representation of color #B8F6F3: hue angle of 177.1º degrees, saturation: 0.77, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B8F6F3 is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB 184 246 243 -
CMYK 0.25 0 0.01 0.04
HSL 177.1º 0.78% 0.84% -
HSV(B) 177.1º 0.25% 0.96% -
XYZ 68.9 82.57 97.1 -
YUV 227.12 136.96 97.24 -
System Red Green Blue C M Y K H S L
Decimal 184 246 243 0.25 0 0.01 0.04 177.1 0.78 0.84
Hex B8 F6 F3 19 0 1 4 B1 4E 54
Octal 270 366 363 31 0 1 4 261 116 124
Binary 10111000 11110110 11110011 11001 0 1 100 10110001 1001110 1010100

Color Harmonies of #B8F6F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8F6F3

Black with #B8F6F3

Text Example


Text Example

White with #B8F6F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8F6F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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