Html Css Color HEX #1DF9ED Bright Turquoise

📋 copy color: '#1DF9ED'

red 29 ◦ green 249 ◦ blue 237

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

Shades of Bright Turquoise #1DF9ED

Tints of Bright Turquoise #1DF9ED

RGB

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

 GREEN value IS 249 (97.66% from 255) = 48.35%

 BLUE value IS 237 (92.97% from 255) = 46.02%

R = 5.63%
G = 48.35%
B = 46.02%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#1DF9ED (or 0x1DF9ED) is known color: Bright Turquoise. HEX triplet: 1D, F9 and ED. RGB value is (29,249,237). Sum of RGB (Red+Green+Blue) = 29+249+237=515 (68% of max value = 765). Red value is 29 (11.72% from 255 or 5.63% from 515); Green value is 249 (97.66% from 255 or 48.35% from 515); Blue value is 237 (92.97% from 255 or 46.02% from 515); Max value from RGB is 249 - color contains mainly: green. Hex color #1DF9ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1DF9ED is #E20612. Grayscale: #B5B5B5. Windows color (decimal): -14812691 or 15595805. OLE color: 15595805.

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

Color convert

RGB 29 249 237 -
CMYK 0.88 0 0.05 0.02
HSL 176.73º 0.95% 0.55% -
HSV(B) 176.73º 0.88% 0.98% -
XYZ 49.67 74.13 91.81 -
YUV 181.85 159.11 18.98 -
System Red Green Blue C M Y K H S L
Decimal 29 249 237 0.88 0 0.05 0.02 176.73 0.95 0.55
Hex 1D F9 ED 58 0 5 2 B1 5F 37
Octal 35 371 355 130 0 5 2 261 137 67
Binary 11101 11111001 11101101 1011000 0 101 10 10110001 1011111 110111

Color Harmonies of #1DF9ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DF9ED

Black with #1DF9ED

Text Example


Text Example

White with #1DF9ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,249,237); }

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

background-color css

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

 a { background-color: rgb(29,249,237); }

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

border-color css

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

 span { border-color: rgb(29,249,237); }

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