Html Css Color HEX #1DD9F2 Bright Turquoise

📋 copy color: '#1DD9F2'

red 29 ◦ green 217 ◦ blue 242

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

Shades of Bright Turquoise #1DD9F2

Tints of Bright Turquoise #1DD9F2

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.47%

 BLUE value IS 242 (94.92% from 255) = 49.59%

R = 5.94%
G = 44.47%
B = 49.59%

CMYK

 C value IS 0.88

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1DD9F2 (or 0x1DD9F2) is known color: Bright Turquoise. HEX triplet: 1D, D9 and F2. RGB value is (29,217,242). Sum of RGB (Red+Green+Blue) = 29+217+242=488 (64% of max value = 765). Red value is 29 (11.72% from 255 or 5.94% from 488); Green value is 217 (85.16% from 255 or 44.47% from 488); Blue value is 242 (94.92% from 255 or 49.59% from 488); Max value from RGB is 242 - color contains mainly: blue. Hex color #1DD9F2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DD9F2 is #E2260D. Grayscale: #A3A3A3. Windows color (decimal): -14820878 or 15915293. OLE color: 15915293.

HSL color Cylindrical-coordinate representation of color #1DD9F2: hue angle of 187.04º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DD9F2 is Cyan = 0.88, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 29 217 242 -
CMYK 0.88 0.10 0 0.05
HSL 187.04º 0.89% 0.53% -
HSV(B) 187.04º 0.88% 0.95% -
XYZ 41.35 56.3 92.69 -
YUV 163.64 172.22 31.97 -
System Red Green Blue C M Y K H S L
Decimal 29 217 242 0.88 0.10 0 0.05 187.04 0.89 0.53
Hex 1D D9 F2 58 A 0 5 BB 59 35
Octal 35 331 362 130 12 0 5 273 131 65
Binary 11101 11011001 11110010 1011000 1010 0 101 10111011 1011001 110101

Color Harmonies of #1DD9F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD9F2

Black with #1DD9F2

Text Example


Text Example

White with #1DD9F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,217,242); }

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

background-color css

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

 a { background-color: rgb(29,217,242); }

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

border-color css

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

 span { border-color: rgb(29,217,242); }

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