#1DD0E3

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

Shades of Bright Turquoise #1DD0E3

Tints of Bright Turquoise #1DD0E3

Color information

#1DD0E3 (or 0x1DD0E3) is unknown color: approx Bright Turquoise. HEX triplet: 1D, D0 and E3. RGB value is (29,208,227). Sum of RGB (Red+Green+Blue) = 29+208+227=464 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.25% from 464); Green value is 208 (81.64% from 255 or 44.83% from 464); Blue value is 227 (89.06% from 255 or 48.92% from 464); Max value from RGB is 227 - color contains mainly: blue. Hex color #1DD0E3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DD0E3 is #E22F1C. Grayscale: #9C9C9C. Windows color (decimal): -14823197 or 14929949. OLE color: 14929949.

HSL color Cylindrical-coordinate representation of color #1DD0E3: hue angle of 185.76º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DD0E3 is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB29208227-
CMYK0.870.0800.11
HSL185.76º77.95%50.2%-
HSV(B)185.76º87.22%89.02%-
XYZ36.9350.9280.56-
YUV156.64167.736.96-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 6.25%
GREEN value IS 208 (81.64% from 255) = 44.83%
BLUE value IS 227 (89.06% from 255) = 48.92%
R=6.25%
G=44.83%
B=48.92%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal292082270.870.0800.11185.7677.9550.2
Hex1DD0E35780Bba4e32
Octal353203431271001327211662
Binary1110111010000111000111010111100001011101110101001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DD0E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,208,227); }

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

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

 a { background-color: rgb(29,208,227); }

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

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

 span { border-color: rgb(29,208,227); }

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