Html Css Color HEX #1FC7DB Dark Turquoise

📋 copy color: '#1FC7DB'

red 31 ◦ green 199 ◦ blue 219

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

Shades of Dark Turquoise #1FC7DB

Tints of Dark Turquoise #1FC7DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.78%

R = 6.9%
G = 44.32%
B = 48.78%

CMYK

 C value IS 0.86

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1FC7DB (or 0x1FC7DB) is known color: Dark Turquoise. HEX triplet: 1F, C7 and DB. RGB value is (31,199,219). Sum of RGB (Red+Green+Blue) = 31+199+219=449 (59% of max value = 765). Red value is 31 (12.5% from 255 or 6.90% from 449); Green value is 199 (78.12% from 255 or 44.32% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #1FC7DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FC7DB is #E03824. Grayscale: #969696. Windows color (decimal): -14694437 or 14403359. OLE color: 14403359.

HSL color Cylindrical-coordinate representation of color #1FC7DB: hue angle of 186.38º 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 #1FC7DB is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 31 199 219 -
CMYK 0.86 0.09 0 0.14
HSL 186.38º 0.75% 0.49% -
HSV(B) 186.38º 0.86% 0.86% -
XYZ 33.77 46.25 74.17 -
YUV 151.05 166.34 42.37 -
System Red Green Blue C M Y K H S L
Decimal 31 199 219 0.86 0.09 0 0.14 186.38 0.75 0.49
Hex 1F C7 DB 56 9 0 E BA 4B 31
Octal 37 307 333 126 11 0 16 272 113 61
Binary 11111 11000111 11011011 1010110 1001 0 1110 10111010 1001011 110001

Color Harmonies of #1FC7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC7DB

Black with #1FC7DB

Text Example


Text Example

White with #1FC7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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