Html Css Color HEX #B8FDF9 Pale Turquoise

📋 copy color: '#B8FDF9'

red 184 ◦ green 253 ◦ blue 249

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

Shades of Pale Turquoise #B8FDF9

Tints of Pale Turquoise #B8FDF9

RGB

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

 GREEN value IS 253 (99.22% from 255) = 36.88%

 BLUE value IS 249 (97.66% from 255) = 36.3%

R = 26.82%
G = 36.88%
B = 36.3%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#B8FDF9 (or 0xB8FDF9) is known color: Pale Turquoise. HEX triplet: B8, FD and F9. RGB value is (184,253,249). Sum of RGB (Red+Green+Blue) = 184+253+249=686 (90% of max value = 765). Red value is 184 (72.27% from 255 or 26.82% from 686); Green value is 253 (99.22% from 255 or 36.88% from 686); Blue value is 249 (97.66% from 255 or 36.30% from 686); Max value from RGB is 253 - color contains mainly: green. Hex color #B8FDF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8FDF9 is #470206. Grayscale: #E7E7E7. Windows color (decimal): -4653575 or 16383416. OLE color: 16383416.

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

Color convert

RGB 184 253 249 -
CMYK 0.27 0 0.02 0.01
HSL 176.52º 0.95% 0.86% -
HSV(B) 176.52º 0.27% 0.99% -
XYZ 71.99 87.28 102.68 -
YUV 231.91 137.64 93.83 -
System Red Green Blue C M Y K H S L
Decimal 184 253 249 0.27 0 0.02 0.01 176.52 0.95 0.86
Hex B8 FD F9 1B 0 2 1 B1 5F 56
Octal 270 375 371 33 0 2 1 261 137 126
Binary 10111000 11111101 11111001 11011 0 10 1 10110001 1011111 1010110

Color Harmonies of #B8FDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8FDF9

Black with #B8FDF9

Text Example


Text Example

White with #B8FDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8FDF9; }

 p { color: rgb(184,253,249); }

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

background-color css

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

 a { background-color: rgb(184,253,249); }

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

border-color css

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

 span { border-color: rgb(184,253,249); }

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