#1BDFD9

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

Shades of Bright Turquoise #1BDFD9

Tints of Bright Turquoise #1BDFD9

Color information

#1BDFD9 (or 0x1BDFD9) is unknown color: approx Bright Turquoise. HEX triplet: 1B, DF and D9. RGB value is (27,223,217). Sum of RGB (Red+Green+Blue) = 27+223+217=467 (61% of max value = 765). Red value is 27 (10.94% from 255 or 5.78% from 467); Green value is 223 (87.5% from 255 or 47.75% from 467); Blue value is 217 (85.16% from 255 or 46.47% from 467); Max value from RGB is 223 - color contains mainly: green. Hex color #1BDFD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BDFD9 is #E42026. Grayscale: #A3A3A3. Windows color (decimal): -14950439 or 14278427. OLE color: 14278427.

HSL color Cylindrical-coordinate representation of color #1BDFD9: hue angle of 178.16º 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 #1BDFD9 is Cyan = 0.88, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB27223217-
CMYK0.8800.030.13
HSL178.16º78.4%49.02%-
HSV(B)178.16º87.89%87.45%-
XYZ39.3658.0274.77-
YUV163.71158.0730.49-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 5.78%
GREEN value IS 223 (87.5% from 255) = 47.75%
BLUE value IS 217 (85.16% from 255) = 46.47%
R=5.78%
G=47.75%
B=46.47%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal272232170.8800.030.13178.1678.449.02
Hex1BDFD95803Db24e31
Octal33337331130031526211661
Binary11011110111111101100110110000111101101100101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BDFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,223,217); }

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

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

 a { background-color: rgb(27,223,217); }

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

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

 span { border-color: rgb(27,223,217); }

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