Html Css Color HEX #1FDCC7 Turquoise

📋 copy color: '#1FDCC7'

red 31 ◦ green 220 ◦ blue 199

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

Shades of Turquoise #1FDCC7

Tints of Turquoise #1FDCC7

RGB

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

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

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

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

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

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

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

Color convert

RGB 31 220 199 -
CMYK 0.86 0 0.10 0.14
HSL 173.33º 0.75% 0.49% -
HSV(B) 173.33º 0.86% 0.86% -
XYZ 36.47 55.6 62.84 -
YUV 161.1 149.38 35.21 -
System Red Green Blue C M Y K H S L
Decimal 31 220 199 0.86 0 0.10 0.14 173.33 0.75 0.49
Hex 1F DC C7 56 0 A E AD 4B 31
Octal 37 334 307 126 0 12 16 255 113 61
Binary 11111 11011100 11000111 1010110 0 1010 1110 10101101 1001011 110001

Color Harmonies of #1FDCC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FDCC7

Black with #1FDCC7

Text Example


Text Example

White with #1FDCC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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