Html Css Color HEX #1FC7DC Dark Turquoise

📋 copy color: '#1FC7DC'

red 31 ◦ green 199 ◦ blue 220

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

Shades of Dark Turquoise #1FC7DC

Tints of Dark Turquoise #1FC7DC

RGB

 RED value IS 31 (12.5% from 255) = 6.89%

 GREEN value IS 199 (78.13% from 255) = 44.22%

 BLUE value IS 220 (86.33% from 255) = 48.89%

R = 6.89%
G = 44.22%
B = 48.89%

CMYK

 C value IS 0.86

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1FC7DC (or 0x1FC7DC) is known color: Dark Turquoise. HEX triplet: 1F, C7 and DC. RGB value is (31,199,220). Sum of RGB (Red+Green+Blue) = 31+199+220=450 (59% of max value = 765). Red value is 31 (12.5% from 255 or 6.89% from 450); Green value is 199 (78.12% from 255 or 44.22% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #1FC7DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FC7DC is #E03823. Grayscale: #969696. Windows color (decimal): -14694436 or 14468895. OLE color: 14468895.

HSL color Cylindrical-coordinate representation of color #1FC7DC: hue angle of 186.67º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FC7DC is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 31 199 220 -
CMYK 0.86 0.10 0 0.14
HSL 186.67º 0.75% 0.49% -
HSV(B) 186.67º 0.86% 0.86% -
XYZ 33.91 46.31 74.86 -
YUV 151.16 166.84 42.29 -
System Red Green Blue C M Y K H S L
Decimal 31 199 220 0.86 0.10 0 0.14 186.67 0.75 0.49
Hex 1F C7 DC 56 A 0 E BB 4B 31
Octal 37 307 334 126 12 0 16 273 113 61
Binary 11111 11000111 11011100 1010110 1010 0 1110 10111011 1001011 110001

Color Harmonies of #1FC7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC7DC

Black with #1FC7DC

Text Example


Text Example

White with #1FC7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,199,220); }

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

background-color css

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

 a { background-color: rgb(31,199,220); }

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

border-color css

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

 span { border-color: rgb(31,199,220); }

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