#B8EFF3

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

Shades of Pale Turquoise #B8EFF3

Tints of Pale Turquoise #B8EFF3

Color information

#B8EFF3 (or 0xB8EFF3) is unknown color: approx Pale Turquoise. HEX triplet: B8, EF and F3. RGB value is (184,239,243). Sum of RGB (Red+Green+Blue) = 184+239+243=666 (88% of max value = 765). Red value is 184 (72.27% from 255 or 27.63% from 666); Green value is 239 (93.75% from 255 or 35.89% from 666); Blue value is 243 (95.31% from 255 or 36.49% from 666); Max value from RGB is 243 - color contains mainly: blue. Hex color #B8EFF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8EFF3 is #47100C. Grayscale: #DEDEDE. Windows color (decimal): -4657165 or 15986616. OLE color: 15986616.

HSL color Cylindrical-coordinate representation of color #B8EFF3: hue angle of 184.07º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B8EFF3 is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB184239243-
CMYK0.240.0200.05
HSL184.07º71.08%83.73%-
HSV(B)184.07º24.28%95.29%-
XYZ66.8178.3996.4-
YUV223.01139.28100.17-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 27.63%
GREEN value IS 239 (93.75% from 255) = 35.89%
BLUE value IS 243 (95.31% from 255) = 36.49%
R=27.63%
G=35.89%
B=36.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1842392430.240.0200.05184.0771.0883.73
HexB8EFF318205b84754
Octal27035736330205270107124
Binary101110001110111111110011110001001011011100010001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8EFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8EFF3; }

 p { color: rgb(184,239,243); }

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

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

 a { background-color: rgb(184,239,243); }

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

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

 span { border-color: rgb(184,239,243); }

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