Html Css Color HEX #1DECBA Turquoise

📋 copy color: '#1DECBA'

red 29 ◦ green 236 ◦ blue 186

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

Shades of Turquoise #1DECBA

Tints of Turquoise #1DECBA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 52.33%

 BLUE value IS 186 (73.05% from 255) = 41.24%

R = 6.43%
G = 52.33%
B = 41.24%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#1DECBA (or 0x1DECBA) is known color: Turquoise. HEX triplet: 1D, EC and BA. RGB value is (29,236,186). Sum of RGB (Red+Green+Blue) = 29+236+186=451 (59% of max value = 765). Red value is 29 (11.72% from 255 or 6.43% from 451); Green value is 236 (92.58% from 255 or 52.33% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 236 - color contains mainly: green. Hex color #1DECBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DECBA is #E21345. Grayscale: #A8A8A8. Windows color (decimal): -14816070 or 12250141. OLE color: 12250141.

HSL color Cylindrical-coordinate representation of color #1DECBA: hue angle of 165.51º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DECBA is Cyan = 0.88, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 29 236 186 -
CMYK 0.88 0 0.21 0.07
HSL 165.51º 0.84% 0.52% -
HSV(B) 165.51º 0.88% 0.93% -
XYZ 39.37 63.8 56.69 -
YUV 168.41 137.92 28.57 -
System Red Green Blue C M Y K H S L
Decimal 29 236 186 0.88 0 0.21 0.07 165.51 0.84 0.52
Hex 1D EC BA 58 0 15 7 A6 54 34
Octal 35 354 272 130 0 25 7 246 124 64
Binary 11101 11101100 10111010 1011000 0 10101 111 10100110 1010100 110100

Color Harmonies of #1DECBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DECBA

Black with #1DECBA

Text Example


Text Example

White with #1DECBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,236,186); }

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

background-color css

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

 a { background-color: rgb(29,236,186); }

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

border-color css

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

 span { border-color: rgb(29,236,186); }

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