Html Css Color HEX #1DDBE0 Bright Turquoise

📋 copy color: '#1DDBE0'

red 29 ◦ green 219 ◦ blue 224

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

Shades of Bright Turquoise #1DDBE0

Tints of Bright Turquoise #1DDBE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 47.46%

R = 6.14%
G = 46.4%
B = 47.46%

CMYK

 C value IS 0.87

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#1DDBE0 (or 0x1DDBE0) is known color: Bright Turquoise. HEX triplet: 1D, DB and E0. RGB value is (29,219,224). Sum of RGB (Red+Green+Blue) = 29+219+224=472 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.14% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 224 (87.89% from 255 or 47.46% from 472); Max value from RGB is 224 - color contains mainly: blue. Hex color #1DDBE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DDBE0 is #E2241F. Grayscale: #A2A2A2. Windows color (decimal): -14820384 or 14736157. OLE color: 14736157.

HSL color Cylindrical-coordinate representation of color #1DDBE0: hue angle of 181.54º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DDBE0 is Cyan = 0.87, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 29 219 224 -
CMYK 0.87 0.02 0 0.12
HSL 181.54º 0.77% 0.5% -
HSV(B) 181.54º 0.87% 0.88% -
XYZ 39.29 56.31 79.32 -
YUV 162.76 162.55 32.59 -
System Red Green Blue C M Y K H S L
Decimal 29 219 224 0.87 0.02 0 0.12 181.54 0.77 0.5
Hex 1D DB E0 57 2 0 C B6 4D 32
Octal 35 333 340 127 2 0 14 266 115 62
Binary 11101 11011011 11100000 1010111 10 0 1100 10110110 1001101 110010

Color Harmonies of #1DDBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DDBE0

Black with #1DDBE0

Text Example


Text Example

White with #1DDBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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