Html Css Color HEX #B8FDF7 Pale Turquoise

📋 copy color: '#B8FDF7'

red 184 ◦ green 253 ◦ blue 247

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

Shades of Pale Turquoise #B8FDF7

Tints of Pale Turquoise #B8FDF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 36.11%

R = 26.9%
G = 36.99%
B = 36.11%

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

#B8FDF7 (or 0xB8FDF7) is known color: Pale Turquoise. HEX triplet: B8, FD and F7. RGB value is (184,253,247). Sum of RGB (Red+Green+Blue) = 184+253+247=684 (90% of max value = 765). Red value is 184 (72.27% from 255 or 26.90% from 684); Green value is 253 (99.22% from 255 or 36.99% from 684); Blue value is 247 (96.88% from 255 or 36.11% from 684); Max value from RGB is 253 - color contains mainly: green. Hex color #B8FDF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8FDF7 is #470208. Grayscale: #E7E7E7. Windows color (decimal): -4653577 or 16252344. OLE color: 16252344.

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

Color convert

RGB 184 253 247 -
CMYK 0.27 0 0.02 0.01
HSL 174.78º 0.95% 0.86% -
HSV(B) 174.78º 0.27% 0.99% -
XYZ 71.68 87.16 101.04 -
YUV 231.69 136.64 93.99 -
System Red Green Blue C M Y K H S L
Decimal 184 253 247 0.27 0 0.02 0.01 174.78 0.95 0.86
Hex B8 FD F7 1B 0 2 1 AF 5F 56
Octal 270 375 367 33 0 2 1 257 137 126
Binary 10111000 11111101 11110111 11011 0 10 1 10101111 1011111 1010110

Color Harmonies of #B8FDF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8FDF7

Black with #B8FDF7

Text Example


Text Example

White with #B8FDF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8FDF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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