Html Css Color HEX #1DDEC2 Bright Turquoise

📋 copy color: '#1DDEC2'

red 29 ◦ green 222 ◦ blue 194

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

Shades of Bright Turquoise #1DDEC2

Tints of Bright Turquoise #1DDEC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 43.6%

R = 6.52%
G = 49.89%
B = 43.6%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#1DDEC2 (or 0x1DDEC2) is known color: Bright Turquoise. HEX triplet: 1D, DE and C2. RGB value is (29,222,194). Sum of RGB (Red+Green+Blue) = 29+222+194=445 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.52% from 445); Green value is 222 (87.11% from 255 or 49.89% from 445); Blue value is 194 (76.17% from 255 or 43.60% from 445); Max value from RGB is 222 - color contains mainly: green. Hex color #1DDEC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DDEC2 is #E2213D. Grayscale: #A1A1A1. Windows color (decimal): -14819646 or 12770845. OLE color: 12770845.

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

Color convert

RGB 29 222 194 -
CMYK 0.87 0 0.13 0.13
HSL 171.3º 0.77% 0.49% -
HSV(B) 171.3º 0.87% 0.87% -
XYZ 36.37 56.4 60.01 -
YUV 161.1 146.56 33.78 -
System Red Green Blue C M Y K H S L
Decimal 29 222 194 0.87 0 0.13 0.13 171.3 0.77 0.49
Hex 1D DE C2 57 0 D D AB 4D 31
Octal 35 336 302 127 0 15 15 253 115 61
Binary 11101 11011110 11000010 1010111 0 1101 1101 10101011 1001101 110001

Color Harmonies of #1DDEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DDEC2

Black with #1DDEC2

Text Example


Text Example

White with #1DDEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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