#1DEBC7

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

Shades of Bright Turquoise #1DEBC7

Tints of Bright Turquoise #1DEBC7

Color information

#1DEBC7 (or 0x1DEBC7) is unknown color: approx Bright Turquoise. HEX triplet: 1D, EB and C7. RGB value is (29,235,199). Sum of RGB (Red+Green+Blue) = 29+235+199=463 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.26% from 463); Green value is 235 (92.19% from 255 or 50.76% from 463); Blue value is 199 (78.12% from 255 or 42.98% from 463); Max value from RGB is 235 - color contains mainly: green. Hex color #1DEBC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DEBC7 is #E21438. Grayscale: #A9A9A9. Windows color (decimal): -14816313 or 13101853. OLE color: 13101853.

HSL color Cylindrical-coordinate representation of color #1DEBC7: hue angle of 169.51º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DEBC7 is Cyan = 0.88, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB29235199-
CMYK0.8800.150.08
HSL169.51º83.74%51.76%-
HSV(B)169.51º87.66%92.16%-
XYZ40.5263.864.21-
YUV169.3144.7527.93-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 6.26%
GREEN value IS 235 (92.19% from 255) = 50.76%
BLUE value IS 199 (78.12% from 255) = 42.98%
R=6.26%
G=50.76%
B=42.98%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal292351990.8800.150.08169.5183.7451.76
Hex1DEBC7580F8aa5434
Octal353533071300171025212464
Binary1110111101011110001111011000011111000101010101010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DEBC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,235,199); }

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

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

 a { background-color: rgb(29,235,199); }

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

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

 span { border-color: rgb(29,235,199); }

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