Html Css Color HEX #1DF7DF Bright Turquoise

📋 copy color: '#1DF7DF'

red 29 ◦ green 247 ◦ blue 223

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

Shades of Bright Turquoise #1DF7DF

Tints of Bright Turquoise #1DF7DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.69%

R = 5.81%
G = 49.5%
B = 44.69%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#1DF7DF (or 0x1DF7DF) is known color: Bright Turquoise. HEX triplet: 1D, F7 and DF. RGB value is (29,247,223). Sum of RGB (Red+Green+Blue) = 29+247+223=499 (66% of max value = 765). Red value is 29 (11.72% from 255 or 5.81% from 499); Green value is 247 (96.88% from 255 or 49.50% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 247 - color contains mainly: green. Hex color #1DF7DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DF7DF is #E20820. Grayscale: #B2B2B2. Windows color (decimal): -14813217 or 14677789. OLE color: 14677789.

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

Color convert

RGB 29 247 223 -
CMYK 0.88 0 0.10 0.03
HSL 173.39º 0.93% 0.54% -
HSV(B) 173.39º 0.88% 0.97% -
XYZ 47.09 72.11 81.25 -
YUV 179.08 152.78 20.95 -
System Red Green Blue C M Y K H S L
Decimal 29 247 223 0.88 0 0.10 0.03 173.39 0.93 0.54
Hex 1D F7 DF 58 0 A 3 AD 5D 36
Octal 35 367 337 130 0 12 3 255 135 66
Binary 11101 11110111 11011111 1011000 0 1010 11 10101101 1011101 110110

Color Harmonies of #1DF7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DF7DF

Black with #1DF7DF

Text Example


Text Example

White with #1DF7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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