Html Css Color HEX #1DEEBD Bright Turquoise

📋 copy color: '#1DEEBD'

red 29 ◦ green 238 ◦ blue 189

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

Shades of Bright Turquoise #1DEEBD

Tints of Bright Turquoise #1DEEBD

RGB

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

 GREEN value IS 238 (93.36% from 255) = 52.19%

 BLUE value IS 189 (74.22% from 255) = 41.45%

R = 6.36%
G = 52.19%
B = 41.45%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#1DEEBD (or 0x1DEEBD) is known color: Bright Turquoise. HEX triplet: 1D, EE and BD. RGB value is (29,238,189). Sum of RGB (Red+Green+Blue) = 29+238+189=456 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.36% from 456); Green value is 238 (93.36% from 255 or 52.19% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 238 - color contains mainly: green. Hex color #1DEEBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DEEBD is #E21142. Grayscale: #A9A9A9. Windows color (decimal): -14815555 or 12447261. OLE color: 12447261.

HSL color Cylindrical-coordinate representation of color #1DEEBD: hue angle of 165.93º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DEEBD is Cyan = 0.88, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 29 238 189 -
CMYK 0.88 0 0.21 0.07
HSL 165.93º 0.86% 0.52% -
HSV(B) 165.93º 0.88% 0.93% -
XYZ 40.27 65.08 58.58 -
YUV 169.92 138.76 27.48 -
System Red Green Blue C M Y K H S L
Decimal 29 238 189 0.88 0 0.21 0.07 165.93 0.86 0.52
Hex 1D EE BD 58 0 15 7 A6 56 34
Octal 35 356 275 130 0 25 7 246 126 64
Binary 11101 11101110 10111101 1011000 0 10101 111 10100110 1010110 110100

Color Harmonies of #1DEEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DEEBD

Black with #1DEEBD

Text Example


Text Example

White with #1DEEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,238,189); }

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

background-color css

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

 a { background-color: rgb(29,238,189); }

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

border-color css

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

 span { border-color: rgb(29,238,189); }

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