Html Css Color HEX #1DF7EF Bright Turquoise

📋 copy color: '#1DF7EF'

red 29 ◦ green 247 ◦ blue 239

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

Shades of Bright Turquoise #1DF7EF

Tints of Bright Turquoise #1DF7EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.41%

R = 5.63%
G = 47.96%
B = 46.41%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#1DF7EF (or 0x1DF7EF) is known color: Bright Turquoise. HEX triplet: 1D, F7 and EF. RGB value is (29,247,239). Sum of RGB (Red+Green+Blue) = 29+247+239=515 (68% of max value = 765). Red value is 29 (11.72% from 255 or 5.63% from 515); Green value is 247 (96.88% from 255 or 47.96% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 247 - color contains mainly: green. Hex color #1DF7EF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1DF7EF is #E20810. Grayscale: #B4B4B4. Windows color (decimal): -14813201 or 15726365. OLE color: 15726365.

HSL color Cylindrical-coordinate representation of color #1DF7EF: hue angle of 177.8º 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 #1DF7EF is Cyan = 0.88, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB 29 247 239 -
CMYK 0.88 0 0.03 0.03
HSL 177.8º 0.93% 0.54% -
HSV(B) 177.8º 0.88% 0.97% -
XYZ 49.35 73.01 93.15 -
YUV 180.91 160.78 19.65 -
System Red Green Blue C M Y K H S L
Decimal 29 247 239 0.88 0 0.03 0.03 177.8 0.93 0.54
Hex 1D F7 EF 58 0 3 3 B2 5D 36
Octal 35 367 357 130 0 3 3 262 135 66
Binary 11101 11110111 11101111 1011000 0 11 11 10110010 1011101 110110

Color Harmonies of #1DF7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DF7EF

Black with #1DF7EF

Text Example


Text Example

White with #1DF7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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