#1BEEEC

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

Shades of Bright Turquoise #1BEEEC

Tints of Bright Turquoise #1BEEEC

Color information

#1BEEEC (or 0x1BEEEC) is unknown color: approx Bright Turquoise. HEX triplet: 1B, EE and EC. RGB value is (27,238,236). Sum of RGB (Red+Green+Blue) = 27+238+236=501 (66% of max value = 765). Red value is 27 (10.94% from 255 or 5.39% from 501); Green value is 238 (93.36% from 255 or 47.50% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 238 - color contains mainly: green. Hex color #1BEEEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1BEEEC is #E41113. Grayscale: #AEAEAE. Windows color (decimal): -14946580 or 15527451. OLE color: 15527451.

HSL color Cylindrical-coordinate representation of color #1BEEEC: hue angle of 179.43º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BEEEC is Cyan = 0.89, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB27238236-
CMYK0.8900.010.07
HSL179.43º86.12%51.96%-
HSV(B)179.43º88.66%93.33%-
XYZ46.1767.4489.94-
YUV174.68162.622.66-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 5.39%
GREEN value IS 238 (93.36% from 255) = 47.50%
BLUE value IS 236 (92.58% from 255) = 47.11%
R=5.39%
G=47.50%
B=47.11%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal272382360.8900.010.07179.4386.1251.96
Hex1BEEEC59017b35634
Octal3335635413101726312664
Binary110111110111011101100101100101111101100111010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BEEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1BEEEC; }

 p { color: rgb(27,238,236); }

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

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

 a { background-color: rgb(27,238,236); }

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

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

 span { border-color: rgb(27,238,236); }

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