#B6EAED

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

Shades of Pale Turquoise #B6EAED

Tints of Pale Turquoise #B6EAED

Color information

#B6EAED (or 0xB6EAED) is unknown color: approx Pale Turquoise. HEX triplet: B6, EA and ED. RGB value is (182,234,237). Sum of RGB (Red+Green+Blue) = 182+234+237=653 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.87% from 653); Green value is 234 (91.80% from 255 or 35.83% from 653); Blue value is 237 (92.97% from 255 or 36.29% from 653); Max value from RGB is 237 - color contains mainly: blue. Hex color #B6EAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6EAED is #491512. Grayscale: #DADADA. Windows color (decimal): -4789523 or 15592118. OLE color: 15592118.

HSL color Cylindrical-coordinate representation of color #B6EAED: hue angle of 183.27º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B6EAED is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB182234237-
CMYK0.230.0100.07
HSL183.27º60.44%82.16%-
HSV(B)183.27º23.21%92.94%-
XYZ6474.9191.21-
YUV218.79138.27101.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.87%
GREEN value IS 234 (91.80% from 255) = 35.83%
BLUE value IS 237 (92.97% from 255) = 36.29%
R=27.87%
G=35.83%
B=36.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1822342370.230.0100.07183.2760.4482.16
HexB6EAED17107b73c52
Octal2663523552710726774122
Binary1011011011101010111011011011110111101101111111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6EAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6EAED; }

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

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

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

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

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

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

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

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