Html Css Color HEX #1DDDE0 Bright Turquoise

📋 copy color: '#1DDDE0'

red 29 ◦ green 221 ◦ blue 224

#1DDDE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Turquoise #1DDDE0

Tints of Bright Turquoise #1DDDE0

RGB

 RED value IS 29 (11.72% from 255) = 6.12%

 GREEN value IS 221 (86.72% from 255) = 46.62%

 BLUE value IS 224 (87.89% from 255) = 47.26%

R = 6.12%
G = 46.62%
B = 47.26%

CMYK

 C value IS 0.87

 M value IS 0.01

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#1DDDE0 (or 0x1DDDE0) is known color: Bright Turquoise. HEX triplet: 1D, DD and E0. RGB value is (29,221,224). Sum of RGB (Red+Green+Blue) = 29+221+224=474 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.12% from 474); Green value is 221 (86.72% from 255 or 46.62% from 474); Blue value is 224 (87.89% from 255 or 47.26% from 474); Max value from RGB is 224 - color contains mainly: blue. Hex color #1DDDE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DDDE0 is #E2221F. Grayscale: #A3A3A3. Windows color (decimal): -14819872 or 14736669. OLE color: 14736669.

HSL color Cylindrical-coordinate representation of color #1DDDE0: hue angle of 180.92º 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 #1DDDE0 is Cyan = 0.87, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 29 221 224 -
CMYK 0.87 0.01 0 0.12
HSL 180.92º 0.77% 0.5% -
HSV(B) 180.92º 0.87% 0.88% -
XYZ 39.82 57.36 79.49 -
YUV 163.93 161.89 31.76 -
System Red Green Blue C M Y K H S L
Decimal 29 221 224 0.87 0.01 0 0.12 180.92 0.77 0.5
Hex 1D DD E0 57 1 0 C B5 4D 32
Octal 35 335 340 127 1 0 14 265 115 62
Binary 11101 11011101 11100000 1010111 1 0 1100 10110101 1001101 110010

Color Harmonies of #1DDDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DDDE0

Black with #1DDDE0

Text Example


Text Example

White with #1DDDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1DDDE0;
 }
 .AnyTagClassName
 {
   color: #1DDDE0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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