#1BDDC7

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

Shades of Bright Turquoise #1BDDC7

Tints of Bright Turquoise #1BDDC7

Color information

#1BDDC7 (or 0x1BDDC7) is unknown color: approx Bright Turquoise. HEX triplet: 1B, DD and C7. RGB value is (27,221,199). Sum of RGB (Red+Green+Blue) = 27+221+199=447 (59% of max value = 765). Red value is 27 (10.94% from 255 or 6.04% from 447); Green value is 221 (86.72% from 255 or 49.44% from 447); Blue value is 199 (78.12% from 255 or 44.52% from 447); Max value from RGB is 221 - color contains mainly: green. Hex color #1BDDC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BDDC7 is #E42238. Grayscale: #A0A0A0. Windows color (decimal): -14950969 or 13098267. OLE color: 13098267.

HSL color Cylindrical-coordinate representation of color #1BDDC7: hue angle of 173.2º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BDDC7 is Cyan = 0.88, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB27221199-
CMYK0.8800.100.13
HSL173.2º78.23%48.63%-
HSV(B)173.2º87.78%86.67%-
XYZ36.6256.0762.93-
YUV160.49149.7332.79-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 6.04%
GREEN value IS 221 (86.72% from 255) = 49.44%
BLUE value IS 199 (78.12% from 255) = 44.52%
R=6.04%
G=49.44%
B=44.52%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal272211990.8800.100.13173.278.2348.63
Hex1BDDC7580ADad4e31
Octal333353071300121525511661
Binary1101111011101110001111011000010101101101011011001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BDDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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