#B6EFFB

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

Shades of Pale Turquoise #B6EFFB

Tints of Pale Turquoise #B6EFFB

Color information

#B6EFFB (or 0xB6EFFB) is unknown color: approx Pale Turquoise. HEX triplet: B6, EF and FB. RGB value is (182,239,251). Sum of RGB (Red+Green+Blue) = 182+239+251=672 (89% of max value = 765). Red value is 182 (71.48% from 255 or 27.08% from 672); Green value is 239 (93.75% from 255 or 35.57% from 672); Blue value is 251 (98.44% from 255 or 37.35% from 672); Max value from RGB is 251 - color contains mainly: blue. Hex color #B6EFFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6EFFB is #491004. Grayscale: #DFDFDF. Windows color (decimal): -4788229 or 16510902. OLE color: 16510902.

HSL color Cylindrical-coordinate representation of color #B6EFFB: hue angle of 190.43º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B6EFFB is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB182239251-
CMYK0.270.0500.02
HSL190.43º89.61%84.9%-
HSV(B)190.43º27.49%98.43%-
XYZ67.5778.64102.89-
YUV223.32143.6298.52-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.08%
GREEN value IS 239 (93.75% from 255) = 35.57%
BLUE value IS 251 (98.44% from 255) = 37.35%
R=27.08%
G=35.57%
B=37.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1822392510.270.0500.02190.4389.6184.9
HexB6EFFB1B502be5a55
Octal26635737333502276132125
Binary101101101110111111111011110111010101011111010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6EFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6EFFB; }

 p { color: rgb(182,239,251); }

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

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

 a { background-color: rgb(182,239,251); }

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

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

 span { border-color: rgb(182,239,251); }

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