#B7EDEE

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

Shades of Pale Turquoise #B7EDEE

Tints of Pale Turquoise #B7EDEE

Color information

#B7EDEE (or 0xB7EDEE) is unknown color: approx Pale Turquoise. HEX triplet: B7, ED and EE. RGB value is (183,237,238). Sum of RGB (Red+Green+Blue) = 183+237+238=658 (87% of max value = 765). Red value is 183 (71.88% from 255 or 27.81% from 658); Green value is 237 (92.97% from 255 or 36.02% from 658); Blue value is 238 (93.36% from 255 or 36.17% from 658); Max value from RGB is 238 - color contains mainly: blue. Hex color #B7EDEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7EDEE is #481211. Grayscale: #DCDCDC. Windows color (decimal): -4723218 or 15658423. OLE color: 15658423.

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

Color convert

RGB183237238-
CMYK0.230.0000.07
HSL181.09º61.8%82.55%-
HSV(B)181.09º23.11%93.33%-
XYZ65.2576.8192.28-
YUV220.97137.61100.92-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 27.81%
GREEN value IS 237 (92.97% from 255) = 36.02%
BLUE value IS 238 (93.36% from 255) = 36.17%
R=27.81%
G=36.02%
B=36.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1832372380.230.0000.07181.0961.882.55
HexB7EDEE17007b53e53
Octal2673553562700726576123
Binary1011011111101101111011101011100111101101011111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7EDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7EDEE; }

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

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

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

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

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

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

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

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