#1BECEE

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

Shades of Bright Turquoise #1BECEE

Tints of Bright Turquoise #1BECEE

Color information

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

HSL color Cylindrical-coordinate representation of color #1BECEE: hue angle of 180.57º 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 #1BECEE is Cyan = 0.89, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB27236238-
CMYK0.890.0100.07
HSL180.57º86.12%51.96%-
HSV(B)180.57º88.66%93.33%-
XYZ45.8866.491.29-
YUV173.74164.2623.34-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal272362380.890.0100.07180.5786.1251.96
Hex1BECEE59107b55634
Octal3335435613110726512664
Binary110111110110011101110101100110111101101011010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BECEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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