Html Css Color HEX #1FC6DA Dark Turquoise

📋 copy color: '#1FC6DA'

red 31 ◦ green 198 ◦ blue 218

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

Shades of Dark Turquoise #1FC6DA

Tints of Dark Turquoise #1FC6DA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 44.3%

 BLUE value IS 218 (85.55% from 255) = 48.77%

R = 6.94%
G = 44.3%
B = 48.77%

CMYK

 C value IS 0.86

 M value IS 0.09

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1FC6DA (or 0x1FC6DA) is known color: Dark Turquoise. HEX triplet: 1F, C6 and DA. RGB value is (31,198,218). Sum of RGB (Red+Green+Blue) = 31+198+218=447 (59% of max value = 765). Red value is 31 (12.5% from 255 or 6.94% from 447); Green value is 198 (77.73% from 255 or 44.30% from 447); Blue value is 218 (85.55% from 255 or 48.77% from 447); Max value from RGB is 218 - color contains mainly: blue. Hex color #1FC6DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FC6DA is #E03925. Grayscale: #969696. Windows color (decimal): -14694694 or 14337567. OLE color: 14337567.

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

Color convert

RGB 31 198 218 -
CMYK 0.86 0.09 0 0.15
HSL 186.42º 0.75% 0.49% -
HSV(B) 186.42º 0.86% 0.85% -
XYZ 33.41 45.74 73.4 -
YUV 150.35 166.17 42.87 -
System Red Green Blue C M Y K H S L
Decimal 31 198 218 0.86 0.09 0 0.15 186.42 0.75 0.49
Hex 1F C6 DA 56 9 0 F BA 4B 31
Octal 37 306 332 126 11 0 17 272 113 61
Binary 11111 11000110 11011010 1010110 1001 0 1111 10111010 1001011 110001

Color Harmonies of #1FC6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC6DA

Black with #1FC6DA

Text Example


Text Example

White with #1FC6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,198,218); }

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

background-color css

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

 a { background-color: rgb(31,198,218); }

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

border-color css

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

 span { border-color: rgb(31,198,218); }

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