Html Css Color HEX #1DF7ED Bright Turquoise

📋 copy color: '#1DF7ED'

red 29 ◦ green 247 ◦ blue 237

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

Shades of Bright Turquoise #1DF7ED

Tints of Bright Turquoise #1DF7ED

RGB

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

 GREEN value IS 247 (96.88% from 255) = 48.15%

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

R = 5.65%
G = 48.15%
B = 46.2%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#1DF7ED (or 0x1DF7ED) is known color: Bright Turquoise. HEX triplet: 1D, F7 and ED. RGB value is (29,247,237). Sum of RGB (Red+Green+Blue) = 29+247+237=513 (67% of max value = 765). Red value is 29 (11.72% from 255 or 5.65% from 513); Green value is 247 (96.88% from 255 or 48.15% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 247 - color contains mainly: green. Hex color #1DF7ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1DF7ED is #E20812. Grayscale: #B4B4B4. Windows color (decimal): -14813203 or 15595293. OLE color: 15595293.

HSL color Cylindrical-coordinate representation of color #1DF7ED: hue angle of 177.25º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF7ED is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 29 247 237 -
CMYK 0.88 0 0.04 0.03
HSL 177.25º 0.93% 0.54% -
HSV(B) 177.25º 0.88% 0.97% -
XYZ 49.05 72.9 91.61 -
YUV 180.68 159.78 19.81 -
System Red Green Blue C M Y K H S L
Decimal 29 247 237 0.88 0 0.04 0.03 177.25 0.93 0.54
Hex 1D F7 ED 58 0 4 3 B1 5D 36
Octal 35 367 355 130 0 4 3 261 135 66
Binary 11101 11110111 11101101 1011000 0 100 11 10110001 1011101 110110

Color Harmonies of #1DF7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DF7ED

Black with #1DF7ED

Text Example


Text Example

White with #1DF7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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