#B7F3ED

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

Shades of Pale Turquoise #B7F3ED

Tints of Pale Turquoise #B7F3ED

Color information

#B7F3ED (or 0xB7F3ED) is unknown color: approx Pale Turquoise. HEX triplet: B7, F3 and ED. RGB value is (183,243,237). Sum of RGB (Red+Green+Blue) = 183+243+237=663 (87% of max value = 765). Red value is 183 (71.88% from 255 or 27.60% from 663); Green value is 243 (95.31% from 255 or 36.65% from 663); Blue value is 237 (92.97% from 255 or 35.75% from 663); Max value from RGB is 243 - color contains mainly: green. Hex color #B7F3ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7F3ED is #480C12. Grayscale: #E0E0E0. Windows color (decimal): -4721683 or 15594423. OLE color: 15594423.

HSL color Cylindrical-coordinate representation of color #B7F3ED: hue angle of 174º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B7F3ED is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB183243237-
CMYK0.2500.020.05
HSL174º71.43%83.53%-
HSV(B)174º24.69%95.29%-
XYZ66.8780.2892.09-
YUV224.38135.1298.49-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 27.60%
GREEN value IS 243 (95.31% from 255) = 36.65%
BLUE value IS 237 (92.97% from 255) = 35.75%
R=27.60%
G=36.65%
B=35.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1832432370.2500.020.0517471.4383.53
HexB7F3ED19025ae4754
Octal26736335531025256107124
Binary101101111111001111101101110010101011010111010001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7F3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7F3ED; }

 p { color: rgb(183,243,237); }

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

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

 a { background-color: rgb(183,243,237); }

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

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

 span { border-color: rgb(183,243,237); }

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