Html Css Color HEX #1DDACF Bright Turquoise

📋 copy color: '#1DDACF'

red 29 ◦ green 218 ◦ blue 207

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

Shades of Bright Turquoise #1DDACF

Tints of Bright Turquoise #1DDACF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 48.02%

 BLUE value IS 207 (81.25% from 255) = 45.59%

R = 6.39%
G = 48.02%
B = 45.59%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#1DDACF (or 0x1DDACF) is known color: Bright Turquoise. HEX triplet: 1D, DA and CF. RGB value is (29,218,207). Sum of RGB (Red+Green+Blue) = 29+218+207=454 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.39% from 454); Green value is 218 (85.55% from 255 or 48.02% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 218 - color contains mainly: green. Hex color #1DDACF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DDACF is #E22530. Grayscale: #A0A0A0. Windows color (decimal): -14820657 or 13621789. OLE color: 13621789.

HSL color Cylindrical-coordinate representation of color #1DDACF: hue angle of 176.51º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DDACF is Cyan = 0.87, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 29 218 207 -
CMYK 0.87 0 0.05 0.15
HSL 176.51º 0.77% 0.48% -
HSV(B) 176.51º 0.87% 0.85% -
XYZ 36.84 54.91 67.69 -
YUV 160.24 154.38 34.39 -
System Red Green Blue C M Y K H S L
Decimal 29 218 207 0.87 0 0.05 0.15 176.51 0.77 0.48
Hex 1D DA CF 57 0 5 F B1 4D 30
Octal 35 332 317 127 0 5 17 261 115 60
Binary 11101 11011010 11001111 1010111 0 101 1111 10110001 1001101 110000

Color Harmonies of #1DDACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DDACF

Black with #1DDACF

Text Example


Text Example

White with #1DDACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,218,207); }

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

background-color css

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

 a { background-color: rgb(29,218,207); }

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

border-color css

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

 span { border-color: rgb(29,218,207); }

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