#B7EFEA

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

Shades of Pale Turquoise #B7EFEA

Tints of Pale Turquoise #B7EFEA

Color information

#B7EFEA (or 0xB7EFEA) is unknown color: approx Pale Turquoise. HEX triplet: B7, EF and EA. RGB value is (183,239,234). Sum of RGB (Red+Green+Blue) = 183+239+234=656 (86% of max value = 765). Red value is 183 (71.88% from 255 or 27.90% from 656); Green value is 239 (93.75% from 255 or 36.43% from 656); Blue value is 234 (91.80% from 255 or 35.67% from 656); Max value from RGB is 239 - color contains mainly: green. Hex color #B7EFEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7EFEA is #481015. Grayscale: #DDDDDD. Windows color (decimal): -4722710 or 15396791. OLE color: 15396791.

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

Color convert

RGB183239234-
CMYK0.2300.020.06
HSL174.64º63.64%82.75%-
HSV(B)174.64º23.43%93.73%-
XYZ65.2577.7489.41-
YUV221.69134.95100.41-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 27.90%
GREEN value IS 239 (93.75% from 255) = 36.43%
BLUE value IS 234 (91.80% from 255) = 35.67%
R=27.90%
G=36.43%
B=35.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1832392340.2300.020.06174.6463.6482.75
HexB7EFEA17026af4053
Octal26735735227026257100123
Binary101101111110111111101010101110101101010111110000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7EFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7EFEA; }

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

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

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

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

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

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

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

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