Html Css Color HEX #B9FDF1 Pale Turquoise

📋 copy color: '#B9FDF1'

red 185 ◦ green 253 ◦ blue 241

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

Shades of Pale Turquoise #B9FDF1

Tints of Pale Turquoise #B9FDF1

RGB

 RED value IS 185 (72.66% from 255) = 27.25%

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

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

R = 27.25%
G = 37.26%
B = 35.49%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#B9FDF1 (or 0xB9FDF1) is known color: Pale Turquoise. HEX triplet: B9, FD and F1. RGB value is (185,253,241). Sum of RGB (Red+Green+Blue) = 185+253+241=679 (89% of max value = 765). Red value is 185 (72.66% from 255 or 27.25% from 679); Green value is 253 (99.22% from 255 or 37.26% from 679); Blue value is 241 (94.53% from 255 or 35.49% from 679); Max value from RGB is 253 - color contains mainly: green. Hex color #B9FDF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FDF1 is #46020E. Grayscale: #E7E7E7. Windows color (decimal): -4588047 or 15859129. OLE color: 15859129.

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

Color convert

RGB 185 253 241 -
CMYK 0.27 0 0.05 0.01
HSL 169.41º 0.94% 0.86% -
HSV(B) 169.41º 0.27% 0.99% -
XYZ 71.01 86.92 96.25 -
YUV 231.3 133.47 94.98 -
System Red Green Blue C M Y K H S L
Decimal 185 253 241 0.27 0 0.05 0.01 169.41 0.94 0.86
Hex B9 FD F1 1B 0 5 1 A9 5E 56
Octal 271 375 361 33 0 5 1 251 136 126
Binary 10111001 11111101 11110001 11011 0 101 1 10101001 1011110 1010110

Color Harmonies of #B9FDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9FDF1

Black with #B9FDF1

Text Example


Text Example

White with #B9FDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9FDF1; }

 p { color: rgb(185,253,241); }

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

background-color css

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

 a { background-color: rgb(185,253,241); }

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

border-color css

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

 span { border-color: rgb(185,253,241); }

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