Html Css Color HEX #1DDFC7 Bright Turquoise

📋 copy color: '#1DDFC7'

red 29 ◦ green 223 ◦ blue 199

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

Shades of Bright Turquoise #1DDFC7

Tints of Bright Turquoise #1DDFC7

RGB

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

 GREEN value IS 223 (87.5% from 255) = 49.45%

 BLUE value IS 199 (78.13% from 255) = 44.12%

R = 6.43%
G = 49.45%
B = 44.12%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#1DDFC7 (or 0x1DDFC7) is known color: Bright Turquoise. HEX triplet: 1D, DF and C7. RGB value is (29,223,199). Sum of RGB (Red+Green+Blue) = 29+223+199=451 (59% of max value = 765). Red value is 29 (11.72% from 255 or 6.43% from 451); Green value is 223 (87.5% from 255 or 49.45% from 451); Blue value is 199 (78.12% from 255 or 44.12% from 451); Max value from RGB is 223 - color contains mainly: green. Hex color #1DDFC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DDFC7 is #E22038. Grayscale: #A2A2A2. Windows color (decimal): -14819385 or 13098781. OLE color: 13098781.

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

Color convert

RGB 29 223 199 -
CMYK 0.87 0 0.11 0.13
HSL 172.58º 0.77% 0.49% -
HSV(B) 172.58º 0.87% 0.87% -
XYZ 37.2 57.16 63.11 -
YUV 162.26 148.73 32.95 -
System Red Green Blue C M Y K H S L
Decimal 29 223 199 0.87 0 0.11 0.13 172.58 0.77 0.49
Hex 1D DF C7 57 0 B D AD 4D 31
Octal 35 337 307 127 0 13 15 255 115 61
Binary 11101 11011111 11000111 1010111 0 1011 1101 10101101 1001101 110001

Color Harmonies of #1DDFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DDFC7

Black with #1DDFC7

Text Example


Text Example

White with #1DDFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,223,199); }

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

background-color css

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

 a { background-color: rgb(29,223,199); }

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

border-color css

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

 span { border-color: rgb(29,223,199); }

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