Html Css Color HEX #1DE4D4 Bright Turquoise

📋 copy color: '#1DE4D4'

red 29 ◦ green 228 ◦ blue 212

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

Shades of Bright Turquoise #1DE4D4

Tints of Bright Turquoise #1DE4D4

RGB

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

 GREEN value IS 228 (89.45% from 255) = 48.61%

 BLUE value IS 212 (83.2% from 255) = 45.2%

R = 6.18%
G = 48.61%
B = 45.2%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#1DE4D4 (or 0x1DE4D4) is known color: Bright Turquoise. HEX triplet: 1D, E4 and D4. RGB value is (29,228,212). Sum of RGB (Red+Green+Blue) = 29+228+212=469 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.18% from 469); Green value is 228 (89.45% from 255 or 48.61% from 469); Blue value is 212 (83.20% from 255 or 45.20% from 469); Max value from RGB is 228 - color contains mainly: green. Hex color #1DE4D4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DE4D4 is #E21B2B. Grayscale: #A6A6A6. Windows color (decimal): -14818092 or 13952029. OLE color: 13952029.

HSL color Cylindrical-coordinate representation of color #1DE4D4: hue angle of 175.18º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DE4D4 is Cyan = 0.87, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB 29 228 212 -
CMYK 0.87 0 0.07 0.11
HSL 175.18º 0.79% 0.5% -
HSV(B) 175.18º 0.87% 0.89% -
XYZ 40.13 60.5 71.85 -
YUV 166.68 153.57 29.8 -
System Red Green Blue C M Y K H S L
Decimal 29 228 212 0.87 0 0.07 0.11 175.18 0.79 0.5
Hex 1D E4 D4 57 0 7 B AF 4F 32
Octal 35 344 324 127 0 7 13 257 117 62
Binary 11101 11100100 11010100 1010111 0 111 1011 10101111 1001111 110010

Color Harmonies of #1DE4D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DE4D4

Black with #1DE4D4

Text Example


Text Example

White with #1DE4D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,228,212); }

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

background-color css

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

 a { background-color: rgb(29,228,212); }

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

border-color css

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

 span { border-color: rgb(29,228,212); }

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