#1DDFE0

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

Shades of Bright Turquoise #1DDFE0

Tints of Bright Turquoise #1DDFE0

Color information

#1DDFE0 (or 0x1DDFE0) is unknown color: approx Bright Turquoise. HEX triplet: 1D, DF and E0. RGB value is (29,223,224). Sum of RGB (Red+Green+Blue) = 29+223+224=476 (63% of max value = 765). Red value is 29 (11.72% from 255 or 6.09% from 476); Green value is 223 (87.5% from 255 or 46.85% from 476); Blue value is 224 (87.89% from 255 or 47.06% from 476); Max value from RGB is 224 - color contains mainly: blue. Hex color #1DDFE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DDFE0 is #E2201F. Grayscale: #A4A4A4. Windows color (decimal): -14819360 or 14737181. OLE color: 14737181.

HSL color Cylindrical-coordinate representation of color #1DDFE0: hue angle of 180.31º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DDFE0 is Cyan = 0.87, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB29223224-
CMYK0.870.0000.12
HSL180.31º77.08%49.61%-
HSV(B)180.31º87.05%87.84%-
XYZ40.3558.4279.67-
YUV165.11161.2330.92-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 6.09%
GREEN value IS 223 (87.5% from 255) = 46.85%
BLUE value IS 224 (87.89% from 255) = 47.06%
R=6.09%
G=46.85%
B=47.06%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal292232240.870.0000.12180.3177.0849.61
Hex1DDFE05700Cb44d32
Octal35337340127001426411562
Binary1110111011111111000001010111001100101101001001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DDFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,223,224); }

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

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

 a { background-color: rgb(29,223,224); }

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

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

 span { border-color: rgb(29,223,224); }

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