Html Css Color HEX #1DDDEB Bright Turquoise

📋 copy color: '#1DDDEB'

red 29 ◦ green 221 ◦ blue 235

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

Shades of Bright Turquoise #1DDDEB

Tints of Bright Turquoise #1DDDEB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.57%

 BLUE value IS 235 (92.19% from 255) = 48.45%

R = 5.98%
G = 45.57%
B = 48.45%

CMYK

 C value IS 0.88

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1DDDEB (or 0x1DDDEB) is known color: Bright Turquoise. HEX triplet: 1D, DD and EB. RGB value is (29,221,235). Sum of RGB (Red+Green+Blue) = 29+221+235=485 (64% of max value = 765). Red value is 29 (11.72% from 255 or 5.98% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 235 (92.19% from 255 or 48.45% from 485); Max value from RGB is 235 - color contains mainly: blue. Hex color #1DDDEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DDDEB is #E22214. Grayscale: #A4A4A4. Windows color (decimal): -14819861 or 15457565. OLE color: 15457565.

HSL color Cylindrical-coordinate representation of color #1DDDEB: hue angle of 184.08º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DDDEB is Cyan = 0.88, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 29 221 235 -
CMYK 0.88 0.06 0 0.08
HSL 184.08º 0.84% 0.52% -
HSV(B) 184.08º 0.88% 0.92% -
XYZ 41.36 57.97 87.61 -
YUV 165.19 167.39 30.86 -
System Red Green Blue C M Y K H S L
Decimal 29 221 235 0.88 0.06 0 0.08 184.08 0.84 0.52
Hex 1D DD EB 58 6 0 8 B8 54 34
Octal 35 335 353 130 6 0 10 270 124 64
Binary 11101 11011101 11101011 1011000 110 0 1000 10111000 1010100 110100

Color Harmonies of #1DDDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DDDEB

Black with #1DDDEB

Text Example


Text Example

White with #1DDDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,221,235); }

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

background-color css

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

 a { background-color: rgb(29,221,235); }

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

border-color css

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

 span { border-color: rgb(29,221,235); }

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