Html Css Color HEX #1DEFCD Bright Turquoise

📋 copy color: '#1DEFCD'

red 29 ◦ green 239 ◦ blue 205

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

Shades of Bright Turquoise #1DEFCD

Tints of Bright Turquoise #1DEFCD

RGB

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

 GREEN value IS 239 (93.75% from 255) = 50.53%

 BLUE value IS 205 (80.47% from 255) = 43.34%

R = 6.13%
G = 50.53%
B = 43.34%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#1DEFCD (or 0x1DEFCD) is known color: Bright Turquoise. HEX triplet: 1D, EF and CD. RGB value is (29,239,205). Sum of RGB (Red+Green+Blue) = 29+239+205=473 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.13% from 473); Green value is 239 (93.75% from 255 or 50.53% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 239 - color contains mainly: green. Hex color #1DEFCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DEFCD is #E21032. Grayscale: #ACACAC. Windows color (decimal): -14815283 or 13496093. OLE color: 13496093.

HSL color Cylindrical-coordinate representation of color #1DEFCD: hue angle of 170.29º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DEFCD is Cyan = 0.88, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 29 239 205 -
CMYK 0.88 0 0.14 0.06
HSL 170.29º 0.87% 0.53% -
HSV(B) 170.29º 0.88% 0.94% -
XYZ 42.39 66.4 68.34 -
YUV 172.33 146.43 25.76 -
System Red Green Blue C M Y K H S L
Decimal 29 239 205 0.88 0 0.14 0.06 170.29 0.87 0.53
Hex 1D EF CD 58 0 E 6 AA 57 35
Octal 35 357 315 130 0 16 6 252 127 65
Binary 11101 11101111 11001101 1011000 0 1110 110 10101010 1010111 110101

Color Harmonies of #1DEFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DEFCD

Black with #1DEFCD

Text Example


Text Example

White with #1DEFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,239,205); }

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

background-color css

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

 a { background-color: rgb(29,239,205); }

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

border-color css

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

 span { border-color: rgb(29,239,205); }

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