Html Css Color HEX #1DD3DB Bright Turquoise

📋 copy color: '#1DD3DB'

red 29 ◦ green 211 ◦ blue 219

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

Shades of Bright Turquoise #1DD3DB

Tints of Bright Turquoise #1DD3DB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.97%

 BLUE value IS 219 (85.94% from 255) = 47.71%

R = 6.32%
G = 45.97%
B = 47.71%

CMYK

 C value IS 0.87

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1DD3DB (or 0x1DD3DB) is known color: Bright Turquoise. HEX triplet: 1D, D3 and DB. RGB value is (29,211,219). Sum of RGB (Red+Green+Blue) = 29+211+219=459 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.32% from 459); Green value is 211 (82.81% from 255 or 45.97% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #1DD3DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DD3DB is #E22C24. Grayscale: #9D9D9D. Windows color (decimal): -14822437 or 14406429. OLE color: 14406429.

HSL color Cylindrical-coordinate representation of color #1DD3DB: hue angle of 182.53º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DD3DB is Cyan = 0.87, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 29 211 219 -
CMYK 0.87 0.04 0 0.14
HSL 182.53º 0.77% 0.49% -
HSV(B) 182.53º 0.87% 0.86% -
XYZ 36.59 51.96 75.12 -
YUV 157.49 162.7 36.35 -
System Red Green Blue C M Y K H S L
Decimal 29 211 219 0.87 0.04 0 0.14 182.53 0.77 0.49
Hex 1D D3 DB 57 4 0 E B7 4D 31
Octal 35 323 333 127 4 0 16 267 115 61
Binary 11101 11010011 11011011 1010111 100 0 1110 10110111 1001101 110001

Color Harmonies of #1DD3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD3DB

Black with #1DD3DB

Text Example


Text Example

White with #1DD3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,211,219); }

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

background-color css

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

 a { background-color: rgb(29,211,219); }

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

border-color css

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

 span { border-color: rgb(29,211,219); }

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