#B7EAEE

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

Shades of Pale Turquoise #B7EAEE

Tints of Pale Turquoise #B7EAEE

Color information

#B7EAEE (or 0xB7EAEE) is unknown color: approx Pale Turquoise. HEX triplet: B7, EA and EE. RGB value is (183,234,238). Sum of RGB (Red+Green+Blue) = 183+234+238=655 (86% of max value = 765). Red value is 183 (71.88% from 255 or 27.94% from 655); Green value is 234 (91.80% from 255 or 35.73% from 655); Blue value is 238 (93.36% from 255 or 36.34% from 655); Max value from RGB is 238 - color contains mainly: blue. Hex color #B7EAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7EAEE is #481511. Grayscale: #DBDBDB. Windows color (decimal): -4723986 or 15657655. OLE color: 15657655.

HSL color Cylindrical-coordinate representation of color #B7EAEE: hue angle of 184.36º 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 #B7EAEE is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB183234238-
CMYK0.230.0200.07
HSL184.36º61.8%82.55%-
HSV(B)184.36º23.11%93.33%-
XYZ64.3875.0991.99-
YUV219.21138.6102.17-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 27.94%
GREEN value IS 234 (91.80% from 255) = 35.73%
BLUE value IS 238 (93.36% from 255) = 36.34%
R=27.94%
G=35.73%
B=36.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1832342380.230.0200.07184.3661.882.55
HexB7EAEE17207b83e53
Octal2673523562720727076123
Binary10110111111010101110111010111100111101110001111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7EAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7EAEE; }

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

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

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

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

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

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

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

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