#B3FDFD

Color #B3FDFD Pale Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Turquoise #B3FDFD

Tints of Pale Turquoise #B3FDFD

Color information

#B3FDFD (or 0xB3FDFD) is unknown color: approx Pale Turquoise. HEX triplet: B3, FD and FD. RGB value is (179,253,253). Sum of RGB (Red+Green+Blue) = 179+253+253=685 (90% of max value = 765). Red value is 179 (70.31% from 255 or 26.13% from 685); Green value is 253 (99.22% from 255 or 36.93% from 685); Blue value is 253 (99.22% from 255 or 36.93% from 685); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #B3FDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3FDFD is #4C0202. Grayscale: #E6E6E6. Windows color (decimal): -4981251 or 16645555. OLE color: 16645555.

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

Color convert

RGB179253253-
CMYK0.29000.01
HSL180º94.87%84.71%-
HSV(B)180º29.25%99.22%-
XYZ71.4586.93105.94-
YUV230.87140.4891-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 26.13%
GREEN value IS 253 (99.22% from 255) = 36.93%
BLUE value IS 253 (99.22% from 255) = 36.93%
R=26.13%
G=36.93%
B=36.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1792532530.29000.0118094.8784.71
HexB3FDFD1D001b45f55
Octal26337537535001264137125
Binary101100111111110111111101111010011011010010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FDFD; }

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

 H1.HeaderClassName
 {
   color: #B3FDFD;
 }
 .AnyTagClassName
 {
   color: #B3FDFD;
 }
</style>
background-color css

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

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

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

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

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

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