#1BE9DD

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

Shades of Bright Turquoise #1BE9DD

Tints of Bright Turquoise #1BE9DD

Color information

#1BE9DD (or 0x1BE9DD) is unknown color: approx Bright Turquoise. HEX triplet: 1B, E9 and DD. RGB value is (27,233,221). Sum of RGB (Red+Green+Blue) = 27+233+221=481 (63% of max value = 765). Red value is 27 (10.94% from 255 or 5.61% from 481); Green value is 233 (91.41% from 255 or 48.44% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 233 - color contains mainly: green. Hex color #1BE9DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BE9DD is #E41622. Grayscale: #A9A9A9. Windows color (decimal): -14947875 or 14543131. OLE color: 14543131.

HSL color Cylindrical-coordinate representation of color #1BE9DD: hue angle of 176.5º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BE9DD is Cyan = 0.88, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB27233221-
CMYK0.8800.050.09
HSL176.5º82.4%50.98%-
HSV(B)176.5º88.41%91.37%-
XYZ42.6463.7378.46-
YUV170.04156.7525.98-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 5.61%
GREEN value IS 233 (91.41% from 255) = 48.44%
BLUE value IS 221 (86.72% from 255) = 45.95%
R=5.61%
G=48.44%
B=45.95%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal272332210.8800.050.09176.582.450.98
Hex1BE9DD58059b15233
Octal33351335130051126112263
Binary110111110100111011101101100001011001101100011010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BE9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,233,221); }

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

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

 a { background-color: rgb(27,233,221); }

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

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

 span { border-color: rgb(27,233,221); }

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