Html Css Color HEX #1DDBDC Bright Turquoise

📋 copy color: '#1DDBDC'

red 29 ◦ green 219 ◦ blue 220

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

Shades of Bright Turquoise #1DDBDC

Tints of Bright Turquoise #1DDBDC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.79%

 BLUE value IS 220 (86.33% from 255) = 47.01%

R = 6.2%
G = 46.79%
B = 47.01%

CMYK

 C value IS 0.87

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1DDBDC (or 0x1DDBDC) is known color: Bright Turquoise. HEX triplet: 1D, DB and DC. RGB value is (29,219,220). Sum of RGB (Red+Green+Blue) = 29+219+220=468 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.20% from 468); Green value is 219 (85.94% from 255 or 46.79% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #1DDBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DDBDC is #E22423. Grayscale: #A2A2A2. Windows color (decimal): -14820388 or 14474013. OLE color: 14474013.

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

Color convert

RGB 29 219 220 -
CMYK 0.87 0.00 0 0.14
HSL 180.31º 0.77% 0.49% -
HSV(B) 180.31º 0.87% 0.86% -
XYZ 38.76 56.09 76.49 -
YUV 162.3 160.55 32.92 -
System Red Green Blue C M Y K H S L
Decimal 29 219 220 0.87 0.00 0 0.14 180.31 0.77 0.49
Hex 1D DB DC 57 0 0 E B4 4D 31
Octal 35 333 334 127 0 0 16 264 115 61
Binary 11101 11011011 11011100 1010111 0 0 1110 10110100 1001101 110001

Color Harmonies of #1DDBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DDBDC

Black with #1DDBDC

Text Example


Text Example

White with #1DDBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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