Html Css Color HEX #B9FDFD Pale Turquoise

📋 copy color: '#B9FDFD'

red 185 ◦ green 253 ◦ blue 253

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

Shades of Pale Turquoise #B9FDFD

Tints of Pale Turquoise #B9FDFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 36.61%

R = 26.77%
G = 36.61%
B = 36.61%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B9FDFD (or 0xB9FDFD) is known color: Pale Turquoise. HEX triplet: B9, FD and FD. RGB value is (185,253,253). Sum of RGB (Red+Green+Blue) = 185+253+253=691 (91% of max value = 765). Red value is 185 (72.66% from 255 or 26.77% from 691); Green value is 253 (99.22% from 255 or 36.61% from 691); Blue value is 253 (99.22% from 255 or 36.61% from 691); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #B9FDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FDFD is #460202. Grayscale: #E8E8E8. Windows color (decimal): -4588035 or 16645561. OLE color: 16645561.

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

Color convert

RGB 185 253 253 -
CMYK 0.27 0 0 0.01
HSL 180º 0.94% 0.86% -
HSV(B) 180º 0.27% 0.99% -
XYZ 72.86 87.66 106.01 -
YUV 232.67 139.47 94 -
System Red Green Blue C M Y K H S L
Decimal 185 253 253 0.27 0 0 0.01 180 0.94 0.86
Hex B9 FD FD 1B 0 0 1 B4 5E 56
Octal 271 375 375 33 0 0 1 264 136 126
Binary 10111001 11111101 11111101 11011 0 0 1 10110100 1011110 1010110

Color Harmonies of #B9FDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9FDFD

Black with #B9FDFD

Text Example


Text Example

White with #B9FDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9FDFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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