Html Css Color HEX #1DDEDC Bright Turquoise

📋 copy color: '#1DDEDC'

red 29 ◦ green 222 ◦ blue 220

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

Shades of Bright Turquoise #1DDEDC

Tints of Bright Turquoise #1DDEDC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 47.13%

 BLUE value IS 220 (86.33% from 255) = 46.71%

R = 6.16%
G = 47.13%
B = 46.71%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#1DDEDC (or 0x1DDEDC) is known color: Bright Turquoise. HEX triplet: 1D, DE and DC. RGB value is (29,222,220). Sum of RGB (Red+Green+Blue) = 29+222+220=471 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.16% from 471); Green value is 222 (87.11% from 255 or 47.13% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 222 - color contains mainly: green. Hex color #1DDEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DDEDC is #E22123. Grayscale: #A3A3A3. Windows color (decimal): -14819620 or 14474781. OLE color: 14474781.

HSL color Cylindrical-coordinate representation of color #1DDEDC: hue angle of 179.38º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DDEDC is Cyan = 0.87, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 29 222 220 -
CMYK 0.87 0 0.01 0.13
HSL 179.38º 0.77% 0.49% -
HSV(B) 179.38º 0.87% 0.87% -
XYZ 39.55 57.67 76.76 -
YUV 164.07 159.56 31.66 -
System Red Green Blue C M Y K H S L
Decimal 29 222 220 0.87 0 0.01 0.13 179.38 0.77 0.49
Hex 1D DE DC 57 0 1 D B3 4D 31
Octal 35 336 334 127 0 1 15 263 115 61
Binary 11101 11011110 11011100 1010111 0 1 1101 10110011 1001101 110001

Color Harmonies of #1DDEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DDEDC

Black with #1DDEDC

Text Example


Text Example

White with #1DDEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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