Html Css Color HEX #1DFDDD Bright Turquoise

📋 copy color: '#1DFDDD'

red 29 ◦ green 253 ◦ blue 221

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

Shades of Bright Turquoise #1DFDDD

Tints of Bright Turquoise #1DFDDD

RGB

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

 GREEN value IS 253 (99.22% from 255) = 50.3%

 BLUE value IS 221 (86.72% from 255) = 43.94%

R = 5.77%
G = 50.3%
B = 43.94%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#1DFDDD (or 0x1DFDDD) is known color: Bright Turquoise. HEX triplet: 1D, FD and DD. RGB value is (29,253,221). Sum of RGB (Red+Green+Blue) = 29+253+221=503 (66% of max value = 765). Red value is 29 (11.72% from 255 or 5.77% from 503); Green value is 253 (99.22% from 255 or 50.30% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 253 - color contains mainly: green. Hex color #1DFDDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DFDDD is #E20222. Grayscale: #B6B6B6. Windows color (decimal): -14811683 or 14548253. OLE color: 14548253.

HSL color Cylindrical-coordinate representation of color #1DFDDD: hue angle of 171.43º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DFDDD is Cyan = 0.89, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 29 253 221 -
CMYK 0.89 0 0.13 0.01
HSL 171.43º 0.98% 0.55% -
HSV(B) 171.43º 0.89% 0.99% -
XYZ 48.68 75.73 80.46 -
YUV 182.38 149.79 18.6 -
System Red Green Blue C M Y K H S L
Decimal 29 253 221 0.89 0 0.13 0.01 171.43 0.98 0.55
Hex 1D FD DD 59 0 D 1 AB 62 37
Octal 35 375 335 131 0 15 1 253 142 67
Binary 11101 11111101 11011101 1011001 0 1101 1 10101011 1100010 110111

Color Harmonies of #1DFDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DFDDD

Black with #1DFDDD

Text Example


Text Example

White with #1DFDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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