#1DDCF4

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

Shades of Bright Turquoise #1DDCF4

Tints of Bright Turquoise #1DDCF4

Color information

#1DDCF4 (or 0x1DDCF4) is unknown color: approx Bright Turquoise. HEX triplet: 1D, DC and F4. RGB value is (29,220,244). Sum of RGB (Red+Green+Blue) = 29+220+244=493 (65% of max value = 765). Red value is 29 (11.72% from 255 or 5.88% from 493); Green value is 220 (86.33% from 255 or 44.62% from 493); Blue value is 244 (95.70% from 255 or 49.49% from 493); Max value from RGB is 244 - color contains mainly: blue. Hex color #1DDCF4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DDCF4 is #E2230B. Grayscale: #A5A5A5. Windows color (decimal): -14820108 or 16047133. OLE color: 16047133.

HSL color Cylindrical-coordinate representation of color #1DDCF4: hue angle of 186.7º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DDCF4 is Cyan = 0.88, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB29220244-
CMYK0.880.1000.04
HSL186.7º90.72%53.53%-
HSV(B)186.7º88.11%95.69%-
XYZ42.4357.9894.54-
YUV165.63172.2230.55-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 5.88%
GREEN value IS 220 (86.33% from 255) = 44.62%
BLUE value IS 244 (95.70% from 255) = 49.49%
R=5.88%
G=44.62%
B=49.49%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal292202440.880.1000.04186.790.7253.53
Hex1DDCF458A04bb5b36
Octal35334364130120427313366
Binary111011101110011110100101100010100100101110111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DDCF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,220,244); }

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

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

 a { background-color: rgb(29,220,244); }

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

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

 span { border-color: rgb(29,220,244); }

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