Html Css Color HEX #1DDFC6 Bright Turquoise

📋 copy color: '#1DDFC6'

red 29 ◦ green 223 ◦ blue 198

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

Shades of Bright Turquoise #1DDFC6

Tints of Bright Turquoise #1DDFC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 44%

R = 6.44%
G = 49.56%
B = 44%

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

#1DDFC6 (or 0x1DDFC6) is known color: Bright Turquoise. HEX triplet: 1D, DF and C6. RGB value is (29,223,198). Sum of RGB (Red+Green+Blue) = 29+223+198=450 (59% of max value = 765). Red value is 29 (11.72% from 255 or 6.44% from 450); Green value is 223 (87.5% from 255 or 49.56% from 450); Blue value is 198 (77.73% from 255 or 44% from 450); Max value from RGB is 223 - color contains mainly: green. Hex color #1DDFC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DDFC6 is #E22039. Grayscale: #A2A2A2. Windows color (decimal): -14819386 or 13033245. OLE color: 13033245.

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

Color convert

RGB 29 223 198 -
CMYK 0.87 0 0.11 0.13
HSL 172.27º 0.77% 0.49% -
HSV(B) 172.27º 0.87% 0.87% -
XYZ 37.09 57.11 62.5 -
YUV 162.14 148.23 33.03 -
System Red Green Blue C M Y K H S L
Decimal 29 223 198 0.87 0 0.11 0.13 172.27 0.77 0.49
Hex 1D DF C6 57 0 B D AC 4D 31
Octal 35 337 306 127 0 13 15 254 115 61
Binary 11101 11011111 11000110 1010111 0 1011 1101 10101100 1001101 110001

Color Harmonies of #1DDFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DDFC6

Black with #1DDFC6

Text Example


Text Example

White with #1DDFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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