Html Css Color HEX #1DD5D6 Bright Turquoise

📋 copy color: '#1DD5D6'

red 29 ◦ green 213 ◦ blue 214

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

Shades of Bright Turquoise #1DD5D6

Tints of Bright Turquoise #1DD5D6

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46.71%

 BLUE value IS 214 (83.98% from 255) = 46.93%

R = 6.36%
G = 46.71%
B = 46.93%

CMYK

 C value IS 0.86

 M value IS 0.00

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1DD5D6 (or 0x1DD5D6) is known color: Bright Turquoise. HEX triplet: 1D, D5 and D6. RGB value is (29,213,214). Sum of RGB (Red+Green+Blue) = 29+213+214=456 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.36% from 456); Green value is 213 (83.59% from 255 or 46.71% from 456); Blue value is 214 (83.98% from 255 or 46.93% from 456); Max value from RGB is 214 - color contains mainly: blue. Hex color #1DD5D6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DD5D6 is #E22A29. Grayscale: #9D9D9D. Windows color (decimal): -14821930 or 14079261. OLE color: 14079261.

HSL color Cylindrical-coordinate representation of color #1DD5D6: hue angle of 180.32º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DD5D6 is Cyan = 0.86, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 29 213 214 -
CMYK 0.86 0.00 0 0.16
HSL 180.32º 0.76% 0.48% -
HSV(B) 180.32º 0.86% 0.84% -
XYZ 36.44 52.7 71.87 -
YUV 158.1 159.54 35.92 -
System Red Green Blue C M Y K H S L
Decimal 29 213 214 0.86 0.00 0 0.16 180.32 0.76 0.48
Hex 1D D5 D6 56 0 0 10 B4 4C 30
Octal 35 325 326 126 0 0 20 264 114 60
Binary 11101 11010101 11010110 1010110 0 0 10000 10110100 1001100 110000

Color Harmonies of #1DD5D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD5D6

Black with #1DD5D6

Text Example


Text Example

White with #1DD5D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,213,214); }

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

background-color css

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

 a { background-color: rgb(29,213,214); }

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

border-color css

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

 span { border-color: rgb(29,213,214); }

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