#1DEFD4

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

Shades of Bright Turquoise #1DEFD4

Tints of Bright Turquoise #1DEFD4

Color information

#1DEFD4 (or 0x1DEFD4) is unknown color: approx Bright Turquoise. HEX triplet: 1D, EF and D4. RGB value is (29,239,212). Sum of RGB (Red+Green+Blue) = 29+239+212=480 (63% of max value = 765). Red value is 29 (11.72% from 255 or 6.04% from 480); Green value is 239 (93.75% from 255 or 49.79% from 480); Blue value is 212 (83.20% from 255 or 44.17% from 480); Max value from RGB is 239 - color contains mainly: green. Hex color #1DEFD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DEFD4 is #E2102B. Grayscale: #ADADAD. Windows color (decimal): -14815276 or 13954845. OLE color: 13954845.

HSL color Cylindrical-coordinate representation of color #1DEFD4: hue angle of 172.29º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DEFD4 is Cyan = 0.88, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB29239212-
CMYK0.8800.110.06
HSL172.29º86.78%52.55%-
HSV(B)172.29º87.87%93.73%-
XYZ43.2666.7572.89-
YUV173.13149.9325.2-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 6.04%
GREEN value IS 239 (93.75% from 255) = 49.79%
BLUE value IS 212 (83.20% from 255) = 44.17%
R=6.04%
G=49.79%
B=44.17%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal292392120.8800.110.06172.2986.7852.55
Hex1DEFD4580B6ac5735
Octal35357324130013625412765
Binary111011110111111010100101100001011110101011001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DEFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,239,212); }

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

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

 a { background-color: rgb(29,239,212); }

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

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

 span { border-color: rgb(29,239,212); }

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