#B6F3ED

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

Shades of Pale Turquoise #B6F3ED

Tints of Pale Turquoise #B6F3ED

Color information

#B6F3ED (or 0xB6F3ED) is unknown color: approx Pale Turquoise. HEX triplet: B6, F3 and ED. RGB value is (182,243,237). Sum of RGB (Red+Green+Blue) = 182+243+237=662 (87% of max value = 765). Red value is 182 (71.48% from 255 or 27.49% from 662); Green value is 243 (95.31% from 255 or 36.71% from 662); Blue value is 237 (92.97% from 255 or 35.80% from 662); Max value from RGB is 243 - color contains mainly: green. Hex color #B6F3ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6F3ED is #490C12. Grayscale: #E0E0E0. Windows color (decimal): -4787219 or 15594422. OLE color: 15594422.

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

Color convert

RGB182243237-
CMYK0.2500.020.05
HSL174.1º71.76%83.33%-
HSV(B)174.1º25.1%95.29%-
XYZ66.6380.1692.08-
YUV224.08135.2997.99-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.49%
GREEN value IS 243 (95.31% from 255) = 36.71%
BLUE value IS 237 (92.97% from 255) = 35.80%
R=27.49%
G=36.71%
B=35.80%

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
Decimal1822432370.2500.020.05174.171.7683.33
HexB6F3ED19025ae4853
Octal26636335531025256110123
Binary101101101111001111101101110010101011010111010010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F3ED; }

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

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

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

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

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

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

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

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