#B7EFED

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

Shades of Pale Turquoise #B7EFED

Tints of Pale Turquoise #B7EFED

Color information

#B7EFED (or 0xB7EFED) is unknown color: approx Pale Turquoise. HEX triplet: B7, EF and ED. RGB value is (183,239,237). Sum of RGB (Red+Green+Blue) = 183+239+237=659 (87% of max value = 765). Red value is 183 (71.88% from 255 or 27.77% from 659); Green value is 239 (93.75% from 255 or 36.27% from 659); Blue value is 237 (92.97% from 255 or 35.96% from 659); Max value from RGB is 239 - color contains mainly: green. Hex color #B7EFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7EFED is #481012. Grayscale: #DDDDDD. Windows color (decimal): -4722707 or 15593399. OLE color: 15593399.

HSL color Cylindrical-coordinate representation of color #B7EFED: hue angle of 177.86º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B7EFED is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB183239237-
CMYK0.2300.010.06
HSL177.86º63.64%82.75%-
HSV(B)177.86º23.43%93.73%-
XYZ65.6877.9191.7-
YUV222.03136.45100.16-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 27.77%
GREEN value IS 239 (93.75% from 255) = 36.27%
BLUE value IS 237 (92.97% from 255) = 35.96%
R=27.77%
G=36.27%
B=35.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1832392370.2300.010.06177.8663.6482.75
HexB7EFED17016b24053
Octal26735735527016262100123
Binary10110111111011111110110110111011101011001010000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7EFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7EFED; }

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

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

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

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

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

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

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

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