#1BECDC

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

Shades of Bright Turquoise #1BECDC

Tints of Bright Turquoise #1BECDC

Color information

#1BECDC (or 0x1BECDC) is unknown color: approx Bright Turquoise. HEX triplet: 1B, EC and DC. RGB value is (27,236,220). Sum of RGB (Red+Green+Blue) = 27+236+220=483 (63% of max value = 765). Red value is 27 (10.94% from 255 or 5.59% from 483); Green value is 236 (92.58% from 255 or 48.86% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 236 - color contains mainly: green. Hex color #1BECDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BECDC is #E41323. Grayscale: #ABABAB. Windows color (decimal): -14947108 or 14478363. OLE color: 14478363.

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

Color convert

RGB27236220-
CMYK0.8900.070.07
HSL175.41º84.62%51.57%-
HSV(B)175.41º88.56%92.55%-
XYZ43.3765.3978.05-
YUV171.68155.2624.8-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 5.59%
GREEN value IS 236 (92.58% from 255) = 48.86%
BLUE value IS 220 (86.33% from 255) = 45.55%
R=5.59%
G=48.86%
B=45.55%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal272362200.8900.070.07175.4184.6251.57
Hex1BECDC59077af5534
Octal3335433413107725712564
Binary11011111011001101110010110010111111101011111010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BECDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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